mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
Update README file to decrease confusion with the old application name
This commit is contained in:
parent
5afc23c446
commit
e94ba149df
@ -9,14 +9,14 @@ REQUIREMENTS
|
|||||||
|
|
||||||
INSTALLATION
|
INSTALLATION
|
||||||
|
|
||||||
1. Create folder with name 'webim' 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 chromo the webim folder to 755 and the install folder to 644.
|
Be sure to chromo the mibew folder to 755 and the install folder to 644.
|
||||||
3. Add a MySQL database with the name 'webim'
|
3. Add a MySQL database with the name 'mibew'
|
||||||
4. Edit /webim/libs/config.php to the information needed to connect to the database
|
4. Edit /mibew/libs/config.php to the information needed to connect to the database
|
||||||
5. Using your web browser visit http://<yourdomain>/webim/install/ and
|
5. Using your web browser visit http://<yourdomain>/mibew/install/ and
|
||||||
hit 'Create tables'
|
hit 'Create tables'
|
||||||
6. Remove /webim/install/ directory from your server
|
6. Remove /mibew/install/ directory from your server
|
||||||
7. Logon as
|
7. Logon as
|
||||||
user: admin
|
user: admin
|
||||||
password: <empty>
|
password: <empty>
|
||||||
@ -24,18 +24,18 @@ INSTALLATION
|
|||||||
9. Change your password and name.
|
9. Change your password and name.
|
||||||
10. Wait for your visitors on 'Pending users' page.
|
10. Wait for your visitors on 'Pending users' page.
|
||||||
|
|
||||||
On unix/linux platforms change the owner of /webim/images/avatar folder
|
On unix/linux platforms change the owner of /mibew/images/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 /webim/images/avatar
|
The owner should have all rights on the folder /mibew/images/avatar
|
||||||
(chmod 700 /webim/images/avatar).
|
(chmod 700 /mibew/images/avatar).
|
||||||
|
|
||||||
UPDATE
|
UPDATE
|
||||||
|
|
||||||
1. Backup your /webim/libs/config.php
|
1. Backup your /mibew/libs/config.php
|
||||||
2. Backup your /webim/images/avatar folder.
|
2. Backup your /mibew/images/avatar folder.
|
||||||
3. Delete the items in the webim folder on the server.
|
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 webim folder.
|
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.php
|
5. Re-edit the MySQL database settings you config.php
|
||||||
6. Visit http://<yourdomain>/webim/install/ and follow the instructions to update database (if needed).
|
6. Visit http://<yourdomain>/mibew/install/ and follow the instructions to update database (if needed).
|
||||||
7. Remove /webim/install/ directory from your server
|
7. Remove /mibew/install/ directory from your server
|
||||||
8. Restore contents of /webim/images/avatar folder.
|
8. Restore contents of /mibew/images/avatar folder.
|
Loading…
Reference in New Issue
Block a user