till
2008-02-20 15062e8a7cab9fb06b89b91e1598bb58d92c73fc
INSTALL
@@ -3,9 +3,8 @@
This file describes the basic steps to install RoundCube Webmail on your
web server. For additional information, please also consult the project's
wiki page at
     http://trac.roundcube.net/wiki
wiki page at http://trac.roundcube.net/wiki
REQUIREMENTS
============
@@ -20,6 +19,7 @@
   - error_reporting E_ALL & ~E_NOTICE (or lower)
   - file_uploads on (for attachment upload features)
   - memory_limit (increase as suitable to support large attachments)
   - session.auto_start needs to be off/0
* PHP compiled with Open SSL to connect to IMAPS and to use the spell checker
* A MySQL or PostgreSQL database engine or the SQLite extension for PHP
* One of the above databases with permission to create tables
@@ -87,7 +87,7 @@
# sqlite -init SQL/sqlite.initial.sql sqlite.db
Make sure your configuration points to the sqlite.db file and that the
webserver can write to the file.
webserver can write to the file and the directory containing the file.
* PostgreSQL
@@ -120,6 +120,7 @@
increase the allowed size of file attachments, for example:
   php_value       upload_max_filesize     2M
UPGRADING
=========