commit | author | age
|
4e17e6
|
1 |
|
T |
2 |
INSTALLATION |
|
3 |
============ |
|
4 |
|
|
5 |
1. Decompress and put this folder somewhere inside your document root |
|
6 |
2. Make shure that the following directories are writable by the webserver |
|
7 |
- /temp |
|
8 |
- /logs |
42b113
|
9 |
3. Create a new database and a database user for RoundCube |
T |
10 |
4. Create database tables using the queries in file 'SQL/*.initial.sql' |
|
11 |
5. Rename the files config/*.inc.php.dist to config/*.inc.php |
|
12 |
6. Modify the files in config/* to suit your local environment |
|
13 |
7. Done! |
|
14 |
|
|
15 |
|
|
16 |
UPGRADING |
|
17 |
========= |
|
18 |
If you already have a previous version of RoundCube installed, |
|
19 |
please refer to the instructions in UPGRADING guide. |
4e17e6
|
20 |
|
T |
21 |
|
|
22 |
REQUIREMENTS |
|
23 |
============ |
|
24 |
|
|
25 |
* The Apache Webserver |
|
26 |
* .htaccess support allowing overrides for DirectoryIndex |
|
27 |
* PHP Version 4.3.1 or greater |
|
28 |
* php.ini options: |
|
29 |
- error_reporting E_ALL & ~E_NOTICE (or lower) |
|
30 |
- file_uploads on (for attachment upload features) |
42b113
|
31 |
* A MySQL or PostgreSQL database engine or the SQLite extension for PHP |
4e17e6
|
32 |
* A database with permission to create tables |
T |
33 |
|
|
34 |
|
|
35 |
CONFIGURATION |
|
36 |
============= |
|
37 |
|
52c1f2
|
38 |
Change the files in config/* according your environment and you needs. |
4e17e6
|
39 |
Details about the config paramaters can be found in the config files. |