thomascube
2008-02-18 83ce4bb0bced80e78592557702da2a3f936bacba
Correct/clarify installation hints

4 files modified
25 ■■■■ changed files
INSTALL 8 ●●●● patch | view | raw | blame | history
UPGRADING 11 ●●●●● patch | view | raw | blame | history
config/db.inc.php.dist 2 ●●● patch | view | raw | blame | history
config/main.inc.php.dist 4 ●●●● patch | view | raw | blame | history
INSTALL
@@ -3,9 +3,8 @@
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 @@
# 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 @@
increase the allowed size of file attachments, for example:
    php_value       upload_max_filesize     2M
UPGRADING
=========
UPGRADING
@@ -4,9 +4,18 @@
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-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 @@
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
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                                            |
 |                                                                       |
 +-----------------------------------------------------------------------+
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['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