blob: 2d9e418052de4fb3723acec394c682ef63542efe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
------------------------------------------------------------------
CONFIGURATION
. Create a new database and a database user for RoundCube
. Create database tables using the queries in file
'SQL/*.initial.sql'
. Modify the files in config/* to suit your local environment
. Don't forget to set db.inc.php mode to 600.
. Set the following php.ini options:
- error_reporting E_ALL & ~E_NOTICE (or lower)
- file_uploads on (for attachment upload features)
UPGRADING
If you already had a previous version of RoundCube installed,
refer to the instructions in UPGRADING guide.
------------------------------------------------------------------
|