Changeset 83ce4bb in github
- Timestamp:
- Feb 18, 2008 5:54:05 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- cc735fb
- Parents:
- e509121
- Files:
-
- 4 edited
-
INSTALL (modified) (3 diffs)
-
UPGRADING (modified) (3 diffs)
-
config/db.inc.php.dist (modified) (1 diff)
-
config/main.inc.php.dist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r5812134 r83ce4bb 4 4 This file describes the basic steps to install RoundCube Webmail on your 5 5 web server. For additional information, please also consult the project's 6 wiki page at 7 8 http://trac.roundcube.net/wiki 6 wiki page at http://trac.roundcube.net/wiki 7 9 8 10 9 REQUIREMENTS … … 89 88 90 89 Make sure your configuration points to the sqlite.db file and that the 91 webserver can write to the file .90 webserver can write to the file and the directory containing the file. 92 91 93 92 … … 122 121 php_value upload_max_filesize 2M 123 122 123 124 124 UPGRADING 125 125 ========= -
UPGRADING
rb37599d r83ce4bb 5 5 of RoundCube Webmail. 6 6 7 from version 0.1-rc2 8 ---------------------------------------- 9 * replace index.php 10 * replace all files in folder /bin/ 11 * replace all files in folder /program/ 12 * replace all files in folder /skins/default/ 13 14 7 15 from version 0.1-rc1 8 16 ---------------------------------------- 9 17 * replace index.php 18 * replace all files in folder /bin/ 10 19 * replace all files in folder /program/ 11 20 * replace all files in folder /skins/default/ … … 17 26 ---------------------------------------- 18 27 * replace index.php 28 * replace all files in folder /bin/ 19 29 * replace all files in folder /program/ 20 30 * replace all files in folder /skins/default/ … … 31 41 ---------------------------------------- 32 42 * replace index.php 43 * replace all files in folder /bin/ 33 44 * replace all files in folder /program/ 34 45 * replace all files in folder /skins/default/ -
config/db.inc.php.dist
r60dd087 r83ce4bb 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005-200 7, RoundCube Dev. - Switzerland |8 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
config/main.inc.php.dist
r45a470a r83ce4bb 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005-200 7, RoundCube Dev. - Switzerland |8 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | … … 155 155 156 156 // display these folders separately in the mailbox list. 157 // these folders will a utomatically be created if they do not exist157 // these folders will also be displayed with localized names 158 158 $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash'); 159 159
Note: See TracChangeset
for help on using the changeset viewer.
