mibew/src/mibew
2014-11-20 09:50:32 +00:00
..
cache Use Stash as a cache system 2014-09-24 13:04:37 +00:00
configs Create Updater 2014-11-17 14:19:07 +00:00
files/avatar Move avatar folder to <mibew_root>/files 2013-12-16 15:27:14 +00:00
js Use "once" method instead of "on"/"off" in JS message form 2014-11-06 11:02:57 +00:00
libs Fix coding style in Mibew\Plugin\Utils 2014-11-20 09:50:32 +00:00
locales/en Use english strings instead of keys for localization 2014-06-26 15:14:15 +00:00
plugins Clean up repository 2013-09-27 17:52:36 +04:00
sounds Improve sound playback (see Issue #4) 2014-05-19 19:34:23 +04:00
styles Create Updater 2014-11-17 14:19:07 +00:00
.htaccess Force Mibew to work without mod_rewrite 2014-09-10 10:56:06 +00:00
index_fallback.php Force Mibew to work without mod_rewrite 2014-09-10 10:56:06 +00:00
index.php Use Symfony-compatible router 2014-11-11 10:34:04 +00:00
install.php Replace INSTALLATION_IN_PROGRESS const with MAINTENANCE_MODE 2014-11-11 13:31:38 +00:00
LICENSE.txt Add extension to LICENSE, README, VERSION files 2014-05-06 15:25:21 +00:00
README.txt Use Stash as a cache system 2014-09-24 13:04:37 +00:00
VERSION.txt Add extension to LICENSE, README, VERSION files 2014-05-06 15:25:21 +00:00

Mibew Messenger
Copyright 2005-2014 the original author or authors.

REQUIREMENTS

 * Apache web server 1.3.34 or above
 * MySQL database 5.0 or above
 * PHP 5.3.3 or above with MySQL support

INSTALLATION

1. Create folder with name 'mibew' in the root of your website.
2. Upload all the files contained in this archive (retaining the directory structure) into created folder.
   Be sure to chmod the mibew folder to 755.
3. Add a MySQL database with the name 'mibew'
4. Copy /mibew/configs/default_config.yml to /mibew/configs/config.yml
5. Edit /mibew/configs/config.yml to the information needed to connect to the database
6. Using your web browser visit http://<yourdomain>/mibew/install and
   perform step-by-step installation.
7. Remove /mibew/install.php file from your server
8. Logon as
                  user: admin
                  password: <your password>
9. Get button code and setup it on your site.
10. Change your name.
11. Wait for your visitors on 'Pending users' page.

On unix/linux platforms change the owner of /mibew/files/avatar and
/mibew/cache folders to the user, under which the web server is running
(for instance, www). The owner should have all rights on the folders
/mibew/files/avatar and /mibew/cache
(chmod 700 /mibew/files/avatar && chmod 700 /mibew/cache).