From 83ce4bb0bced80e78592557702da2a3f936bacba Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 18 Feb 2008 22:54:05 +0000 Subject: Correct/clarify installation hints --- INSTALL | 8 ++++---- UPGRADING | 11 +++++++++++ config/db.inc.php.dist | 2 +- config/main.inc.php.dist | 4 ++-- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index b68db56be..8d898a9df 100644 --- a/INSTALL +++ b/INSTALL @@ -3,9 +3,8 @@ INTRODUCTION This file describes the basic steps to install RoundCube Webmail on your web server. For additional information, please also consult the project's -wiki page at - - http://trac.roundcube.net/wiki +wiki page at http://trac.roundcube.net/wiki + REQUIREMENTS ============ @@ -88,7 +87,7 @@ an example how you can setup the sqlite.db for roundcube: # sqlite -init SQL/sqlite.initial.sql sqlite.db Make sure your configuration points to the sqlite.db file and that the -webserver can write to the file. +webserver can write to the file and the directory containing the file. * PostgreSQL @@ -121,6 +120,7 @@ You can also modify the default .htaccess file. This is necessary to increase the allowed size of file attachments, for example: php_value upload_max_filesize 2M + UPGRADING ========= diff --git a/UPGRADING b/UPGRADING index a88f92d7a..9d87a1e38 100644 --- a/UPGRADING +++ b/UPGRADING @@ -4,9 +4,18 @@ UPDATE instructions Follow these instructions if upgrading from a previous version of RoundCube Webmail. +from version 0.1-rc2 +---------------------------------------- +* replace index.php +* replace all files in folder /bin/ +* replace all files in folder /program/ +* replace all files in folder /skins/default/ + + from version 0.1-rc1 ---------------------------------------- * replace index.php +* replace all files in folder /bin/ * replace all files in folder /program/ * replace all files in folder /skins/default/ * If you have LDAP servers configured you should re-configure @@ -16,6 +25,7 @@ from version 0.1-rc1 from version 0.1-beta2 ---------------------------------------- * replace index.php +* replace all files in folder /bin/ * replace all files in folder /program/ * replace all files in folder /skins/default/ * run all commands in SQL/[yourdbtype].update.sql or @@ -30,6 +40,7 @@ from version 0.1-beta2 form version 0.1-beta ---------------------------------------- * replace index.php +* replace all files in folder /bin/ * replace all files in folder /program/ * replace all files in folder /skins/default/ * run all commands in SQL/[yourdbtype].update.sql or diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist index 9b2b123e0..b1cd37ed1 100644 --- a/config/db.inc.php.dist +++ b/config/db.inc.php.dist @@ -5,7 +5,7 @@ | Configuration file for database access | | | | This file is part of the RoundCube Webmail client | - | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | + | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 37f15f3d4..b0685580c 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -5,7 +5,7 @@ | Main configuration file | | | | This file is part of the RoundCube Webmail client | - | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | + | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ @@ -154,7 +154,7 @@ $rcmail_config['sent_mbox'] = 'Sent'; $rcmail_config['trash_mbox'] = 'Trash'; // display these folders separately in the mailbox list. -// these folders will automatically be created if they do not exist +// these folders will also be displayed with localized names $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash'); // automatically create the above listed default folders on login -- cgit v1.2.3