alecpl
2010-02-05 b620493a4bfdfdabc055b7d8cffa4af432e96977
INSTALL
@@ -12,20 +12,21 @@
* The Apache or Lighttpd Webserver
* .htaccess support allowing overrides for DirectoryIndex
* PHP Version 5.2 or greater including
   - PCRE (perl compatible regular expression)
   - DOM (xml document object model)
   - PCRE, DOM, JSON, XML, Session, Sockets (required)
   - libiconv (recommended)
   - mbstring (optional)
* php.ini options:
   - mbstring, fileinfo, mcrypt (optional)
* php.ini options (see .htaccess file):
   - error_reporting E_ALL & ~E_NOTICE (or lower)
   - memory_limit (increase as suitable to support large attachments)
   - memory_limit>16MB (increase as suitable to support large attachments)
   - file_uploads enabled (for attachment upload features)
   - session.auto_start disabled
   - zend.ze1_compatibility_mode disabled
   - suhosin.session.encrypt disabled
   - mbstring.func_overload disabled
* PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker
* A MySQL or PostgreSQL database engine or the SQLite extension for PHP
* A MySQL, PostgreSQL or MSSQL database engine or the SQLite extension for PHP
* One of the above databases with permission to create tables
* An SMTP server or PHP configured for mail delivery
* An SMTP server (recommended) or PHP configured for mail delivery
INSTALLATION
@@ -38,7 +39,7 @@
   - /logs
3. Create a new database and a database user for RoundCube (see DATABASE SETUP)
4. Point your browser to http://url-to-roundcube/installer/
5. Follow the instructions of the install script (or see MANUAL CONFINGURATION)
5. Follow the instructions of the install script (or see MANUAL CONFIGURATION)
6. After creating and testing the configuration, remove the installer directory
7. Done!
@@ -54,6 +55,8 @@
DATABASE SETUP
==============
Note: Database for RoundCube must use UTF-8 character set.
* MySQL
-------
@@ -72,9 +75,6 @@
Note 1: 'password' is the master password for the roundcube user. It is strongly
recommended you replace this with a more secure password. Please keep in
mind: You need to specify this password later in 'config/db.inc.php'.
Note 2: For MySQL version 4.1 and up, it's recommended to create the database for
RoundCube with utf-8 charset.
* SQLite