mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
3b117d5dc8
CSS2 standards. This webmail is an IMAP client and it has support for mysql, postgresql and sqlite database. Although it is a development version, it is working quite well.
18 lines
650 B
Plaintext
18 lines
650 B
Plaintext
------------------------------------------------------------------
|
|
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.
|
|
------------------------------------------------------------------
|