mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-08 00:34:42 +03:00
Update README
This commit is contained in:
parent
b5e502c647
commit
991422fef4
@ -11,32 +11,21 @@ INSTALLATION
|
|||||||
|
|
||||||
1. Create folder with name 'mibew' in the root of your website.
|
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.
|
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.
|
||||||
3. Add a MySQL database with the name 'mibew'
|
3. Add a MySQL database with the name 'mibew'
|
||||||
4. Copy /mibew/configs/default_config.yml to /mibew/configs/config.yml
|
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
|
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
|
6. Using your web browser visit http://<yourdomain>/mibew/install and
|
||||||
hit 'Create tables'
|
perform step-by-step installation.
|
||||||
7. Remove /mibew/install/ directory from your server
|
7. Remove /mibew/install.php file from your server
|
||||||
8. Logon as
|
8. Logon as
|
||||||
user: admin
|
user: admin
|
||||||
password: <empty>
|
password: <your password>
|
||||||
9. Get button code and setup it on your site.
|
9. Get button code and setup it on your site.
|
||||||
10. Change your password and name.
|
10. Change your name.
|
||||||
11. 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).
|
||||||
The owner should have all rights on the folder /mibew/files/avatar
|
The owner should have all rights on the folder /mibew/files/avatar
|
||||||
(chmod 700 /mibew/files/avatar).
|
(chmod 700 /mibew/files/avatar).
|
||||||
|
|
||||||
UPDATE
|
|
||||||
|
|
||||||
1. Backup your /mibew/configs/config.yml
|
|
||||||
2. Backup your /mibew/files/avatar folder.
|
|
||||||
3. Delete the items in the mibew folder on the server.
|
|
||||||
4. Upload all the files contained in the downloaded archive (retaining the directory structure) into mibew folder.
|
|
||||||
5. Re-edit the MySQL database settings you config.yml
|
|
||||||
6. Visit http://<yourdomain>/mibew/install/ and follow the instructions to update database (if needed).
|
|
||||||
7. Remove /mibew/install/ directory from your server
|
|
||||||
8. Restore contents of /mibew/files/avatar folder.
|
|
Loading…
Reference in New Issue
Block a user