| | |
| | | |
| | | 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 |
| | | ============ |
| | |
| | | # 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 |
| | |
| | | increase the allowed size of file attachments, for example: |
| | | php_value upload_max_filesize 2M |
| | | |
| | | |
| | | UPGRADING |
| | | ========= |
| | | |