freebsd-ports/mail/roundcube/pkg-message
Florent Thoumie 3b117d5dc8 - Add Roundcube 0.1-20051007, a webmail written in PHP, following XHTML and
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.
2005-10-21 18:16:17 +00:00

17 lines
650 B
Text

------------------------------------------------------------------
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.
------------------------------------------------------------------