update install requirements

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@62 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2008-05-06 07:48:14 +00:00
parent 4d6a1a0e74
commit 7e86fbcec2
3 changed files with 18 additions and 12 deletions

View File

@ -1,3 +1,4 @@
#Thu Dec 13 15:17:22 MSK 2007 #Tue May 06 09:44:51 CEST 2008
eclipse.preferences.version=1 eclipse.preferences.version=1
encoding//locales/ru/properties=cp1251 encoding//locales/ru/properties=cp1251
encoding/INSTALL_RUS.txt=cp1251

View File

@ -1,17 +1,16 @@
Web Instant Messenger 1.0.8 Web Instant Messenger 1.0.9
Copyright (c) 2005-2008 Internet Services Ltd. Copyright (c) 2005-2008 Web Messenger Creators Community.
This program and the accompanying materials are made available under This program and the accompanying materials are made available under
the terms of the Eclipse Public License v1.0 which accompanies this the terms of the License which accompanies this distribution,
distribution, and is available at and is available at http://webim.ru/license.html
http://www.eclipse.org/legal/epl-v10.html
REQUIREMENTS REQUIREMENTS
* A webserver or web hosting account with support for PHP * Apache web server 1.3.34 or above
* MySQL database 4.0 or above * MySQL database 5.0 or above
* PHP 4.3.3 or above with MySQL support * PHP 4.x or above with MySQL support
QUICK INSTALLATION QUICK INSTALLATION
@ -20,23 +19,24 @@ QUICK INSTALLATION
structure) into created folder. structure) into created folder.
3. Edit /webim/libs/config.php and setup database connection parameters. 3. Edit /webim/libs/config.php and setup database connection parameters.
4. Using your web browser visit http://<yourdomain>/webim/install/ and 4. Using your web browser visit http://<yourdomain>/webim/install/ and
hit "Create tables" hit 'Create tables'
5. Remove /webim/install/ directory from your server 5. Remove /webim/install/ directory from your server
6. Logon as 6. Logon as
user: admin user: admin
password: <empty> password: <empty>
7. Get button code and setup it on your site. 7. Get button code and setup it on your site.
8. Change your password and name. 8. Change your password and name.
9. Wait for your visitors on "Pending users" page. 9. Wait for your visitors on 'Pending users' page.
UPDATE UPDATE
1. Backup you config.php 1. Backup your /webim/libs/config.php
2. Clean webim folder on server. 2. Clean webim folder on server.
3. Upload all the files contained in this archive (retaining the directory 3. Upload all the files contained in this archive (retaining the directory
structure) into webim folder. structure) into webim folder.
4. Adjust you config.php 4. Adjust you config.php
5. Visit http://<yourdomain>/webim/install/ and follow the instructions to update database (if needed). 5. Visit http://<yourdomain>/webim/install/ and follow the instructions to update database (if needed).
6. Remove /webim/install/ directory from your server
OPTIONAL OPTIONAL

View File

@ -1,4 +1,9 @@
1.0.9
-----
[!] some fixes for Opera
1.0.8 1.0.8
----- -----