mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-16 00:54:12 +03:00
Mibew Messenger - open-source live support application
3fbc5fa262
Fixes #66 |
||
---|---|---|
src | ||
.gitattributes | ||
.gitignore | ||
README.md |
Mibew Messenger
Mibew Messenger is an open-source live support application written in PHP and MySQL. It enables one-on-one chat assistance in real-time directly from your website.
About this repository
This repository contains the core of Mibew Messenger application.
Server requirements
- A webserver or web hosting account running on any major Operating System
- PHP (5.3.3 and above) with MySQL support
- MySQL 5.0 and above
Build from sources
There are several actions one should do before use the latest version of Mibew from the repository:
- Obtain a copy of the repository using
git clone
, download button, or another way. - Install node.js and npm.
- Install Gulp.
- Navigate to
src/
directory of the local copy of the repository. - Install npm dependencies using
npm install
. - Run Gulp to build Mibew using
gulp default
.
Finally .tar.gz
and .zip
archives of the ready-to-use Mibew will be available in src/release
directory.
Terms of Use
Mibew Messenger is licensed under the terms of Apache License, Version 2.0.