From ca223692d0637928900307c7320df700afc1fbc9 Mon Sep 17 00:00:00 2001 From: Ed Date: Thu, 1 Jan 2009 03:27:40 +0000 Subject: [PATCH] Better worded git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@264 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/messenger/webim/INSTALL.txt | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/src/messenger/webim/INSTALL.txt b/src/messenger/webim/INSTALL.txt index dbc89b04..910752d4 100644 --- a/src/messenger/webim/INSTALL.txt +++ b/src/messenger/webim/INSTALL.txt @@ -16,15 +16,15 @@ REQUIREMENTS QUICK INSTALLATION 1. Create folder with name 'webim' in the root of your website. -2. Upload all the files contained in this archive (retaining the directory - structure) into created folder. -3. Edit /webim/libs/config.php and setup database connection parameters. -4. Using your web browser visit http:///webim/install/ and +2. Upload all the files contained in this archive (retaining the directory structure) into created folder. +3. Add a MySQL database with the name 'webim' +4. Edit /webim/libs/config.php to the information needed to connect to the database +5. Using your web browser visit http:///webim/install/ and hit 'Create tables' -5. Remove /webim/install/ directory from your server -6. Logon as - user: admin - password: +6. Remove /webim/install/ directory from your server +7. Logon as + user: admin + password: 7. Get button code and setup it on your site. 8. Change your password and name. 9. Wait for your visitors on 'Pending users' page. @@ -36,12 +36,11 @@ The owner should have all rights on the folder /webim/images/avatar UPDATE -1. Backup your /webim/libs/config.php -2. Backup your /webim/images/avatar folder. -3. Clean webim folder on server. -4. Upload all the files contained in this archive (retaining the directory - structure) into webim folder. -5. Adjust you config.php -6. Visit http:///webim/install/ and follow the instructions to update database (if needed). -7. Remove /webim/install/ directory from your server -8. Restore contents of /webim/images/avatar folder. + 1. Backup your /webim/libs/config.php + 2. Backup your /webim/images/avatar folder. + 3. Delete the items in the webim folder on the server. + 4. Upload all the files contained in the downloaded archive (retaining the directory structure) into webim folder. + 5. Re-edit the MySQL database settings you config.php + 6. Visit http:///webim/install/ and follow the instructions to update database (if needed). + 7. Remove /webim/install/ directory from your server + 8. Restore contents of /webim/images/avatar folder. \ No newline at end of file