mirror of
				https://github.com/Mibew/mibew.git
				synced 2025-10-31 18:41:10 +03:00 
			
		
		
		
	Mibew Messenger - open-source live support application
			
		
		
		
		
		
		
		
		
		
		
		
			|  | ||
|---|---|---|
| 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 PDO, pdo_mysql and gd extensions
- 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.