From 7e86fbcec27251747d4e56b6e8720d59606ef6ec Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Tue, 6 May 2008 07:48:14 +0000 Subject: [PATCH] update install requirements git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@62 c66351dc-e62f-0410-b875-e3a5c0b9693f --- .../org.eclipse.core.resources.prefs | 3 ++- src/webim/INSTALL.txt | 22 +++++++++---------- src/webim/install/whatsnew.txt | 5 +++++ 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/src/webim/.settings/org.eclipse.core.resources.prefs b/src/webim/.settings/org.eclipse.core.resources.prefs index d4c01f6f..f07c7fc4 100644 --- a/src/webim/.settings/org.eclipse.core.resources.prefs +++ b/src/webim/.settings/org.eclipse.core.resources.prefs @@ -1,3 +1,4 @@ -#Thu Dec 13 15:17:22 MSK 2007 +#Tue May 06 09:44:51 CEST 2008 eclipse.preferences.version=1 encoding//locales/ru/properties=cp1251 +encoding/INSTALL_RUS.txt=cp1251 diff --git a/src/webim/INSTALL.txt b/src/webim/INSTALL.txt index efa9c03d..6b2c7d15 100644 --- a/src/webim/INSTALL.txt +++ b/src/webim/INSTALL.txt @@ -1,17 +1,16 @@ -Web Instant Messenger 1.0.8 -Copyright (c) 2005-2008 Internet Services Ltd. +Web Instant Messenger 1.0.9 +Copyright (c) 2005-2008 Web Messenger Creators Community. This program and the accompanying materials are made available under -the terms of the Eclipse Public License v1.0 which accompanies this -distribution, and is available at -http://www.eclipse.org/legal/epl-v10.html +the terms of the License which accompanies this distribution, +and is available at http://webim.ru/license.html REQUIREMENTS - * A webserver or web hosting account with support for PHP - * MySQL database 4.0 or above - * PHP 4.3.3 or above with MySQL support + * Apache web server 1.3.34 or above + * MySQL database 5.0 or above + * PHP 4.x or above with MySQL support QUICK INSTALLATION @@ -20,23 +19,24 @@ QUICK INSTALLATION 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 - hit "Create tables" + hit 'Create tables' 5. Remove /webim/install/ directory from your server 6. 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. +9. Wait for your visitors on 'Pending users' page. UPDATE -1. Backup you config.php +1. Backup your /webim/libs/config.php 2. Clean webim folder on server. 3. Upload all the files contained in this archive (retaining the directory structure) into webim folder. 4. Adjust you config.php 5. Visit http:///webim/install/ and follow the instructions to update database (if needed). +6. Remove /webim/install/ directory from your server OPTIONAL diff --git a/src/webim/install/whatsnew.txt b/src/webim/install/whatsnew.txt index 85393266..896a4f98 100644 --- a/src/webim/install/whatsnew.txt +++ b/src/webim/install/whatsnew.txt @@ -1,4 +1,9 @@ + 1.0.9 + ----- + + [!] some fixes for Opera + 1.0.8 -----