Update installation procedure

This commit is contained in:
Dmitriy Simushev 2014-04-28 10:54:09 +00:00
parent b40f1e2e51
commit 8057b40bb3

View File

@ -13,16 +13,17 @@ INSTALLATION
2. Upload all the files contained in this archive (retaining the directory structure) into created folder. 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 and the install folder to 644. Be sure to chmod the mibew folder to 755 and the install folder to 644.
3. Add a MySQL database with the name 'mibew' 3. Add a MySQL database with the name 'mibew'
4. Edit /mibew/libs/config.php to the information needed to connect to the database 4. Copy /mibew/libs/default_config.php to /mibew/libs/config.php
5. Using your web browser visit http://<yourdomain>/mibew/install/ and 5. Edit /mibew/libs/config.php to the information needed to connect to the database
6. Using your web browser visit http://<yourdomain>/mibew/install/ and
hit 'Create tables' hit 'Create tables'
6. Remove /mibew/install/ directory from your server 7. Remove /mibew/install/ directory from your server
7. Logon as 8. Logon as
user: admin user: admin
password: <empty> password: <empty>
8. Get button code and setup it on your site. 9. Get button code and setup it on your site.
9. Change your password and name. 10. Change your password and name.
10. Wait for your visitors on 'Pending users' page. 11. Wait for your visitors on 'Pending users' page.
On unix/linux platforms change the owner of /mibew/files/avatar folder On unix/linux platforms change the owner of /mibew/files/avatar folder
to the user, under which the web server is running (for instance, www). to the user, under which the web server is running (for instance, www).