commit | author | age
|
4e17e6
|
1 |
UPDATE instructions |
T |
2 |
=================== |
|
3 |
|
|
4 |
Follow these instructions if upgrading from a previous version |
|
5 |
of RoundCube Webmail. |
|
6 |
|
b37599
|
7 |
from version 0.1-rc1 |
f7bfec
|
8 |
---------------------------------------- |
T |
9 |
* replace index.php |
|
10 |
* replace all files in folder /program/ |
|
11 |
* replace all files in folder /skins/default/ |
b37599
|
12 |
* If you have LDAP servers configured you should re-configure |
T |
13 |
the config entries using the template given in /config/main.inc.php.dist |
|
14 |
|
|
15 |
|
|
16 |
from version 0.1-beta2 |
|
17 |
---------------------------------------- |
|
18 |
* replace index.php |
|
19 |
* replace all files in folder /program/ |
|
20 |
* replace all files in folder /skins/default/ |
|
21 |
* run all commands in SQL/[yourdbtype].update.sql or |
|
22 |
re-initalize the database with [yourdbtype].initial.sql |
635831
|
23 |
* add these lines to /config/main.inc.php |
b37599
|
24 |
$rcmail_config['draft_autosave'] = 300; |
T |
25 |
$rcmail_config['date_today'] = 'H:i'; |
|
26 |
* If you have LDAP servers configured you should re-configure |
|
27 |
the config entries using the template given in /config/main.inc.php.dist |
f7bfec
|
28 |
|
T |
29 |
|
|
30 |
form version 0.1-beta |
|
31 |
---------------------------------------- |
|
32 |
* replace index.php |
|
33 |
* replace all files in folder /program/ |
|
34 |
* replace all files in folder /skins/default/ |
b37599
|
35 |
* run all commands in SQL/[yourdbtype].update.sql or |
T |
36 |
re-initalize the database with [yourdbtype].initial.sql |
|
37 |
* add this line to /config/db.inc.php |
|
38 |
$rcmail_config['db_persistent'] = false; |
f7bfec
|
39 |
* add these lines to /config/main.inc.php |
b37599
|
40 |
$rcmail_config['drafts_mbox'] = 'Drafts'; |
T |
41 |
$rcmail_config['junk_mbox'] = 'Junk'; |
|
42 |
$rcmail_config['product_name'] = 'RoundCube Webmail'; |
|
43 |
$rcmail_config['read_when_deleted'] = false; |
|
44 |
$rcmail_config['enable_spellcheck'] = false; |
|
45 |
$rcmail_config['protect_default_folders'] = false; |
f7bfec
|
46 |
* replace the following line from /config/main.inc.php |
T |
47 |
@include($_SERVER['HTTP_HOST'].'.inc.php'); |
|
48 |
with |
b37599
|
49 |
$rcmail_config['include_host_config'] = false; |