Changeset 5f6c93c6 in github
- Timestamp:
- Oct 20, 2007 5:50:24 PM (6 years ago)
- Children:
- 511c02f
- Parents:
- 111b278f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r4b9efbb r5f6c93c6 11 11 - file_uploads on (for attachment upload features) 12 12 - memory_limit (increase as suitable to support large attachments) 13 * PHP compiled with Open SSL to connect to IMAPS and to use the spell checker 13 14 * A MySQL or PostgreSQL database engine or the SQLite extension for PHP 14 15 * A database with permission to create tables … … 106 107 You can also modify the default .htaccess file. This is necessary to 107 108 increase the allowed size of file attachments, for example: 108 php_value upload_max_filesize 2M 109 php_value upload_max_filesize 2M 110 111 To enable the experimental HTML editor you need to set the config 112 parameter 'enable_htmleditor' to true. 113 109 114 110 115 UPGRADING -
README
rf115416 r5f6c93c6 1 1 RoundCube Webmail (http://roundcube.net) 2 3 4 ATTENTION5 ---------6 This is just a snapshot of the current SVN repository and is NOT A STABLE7 version of RoundCube. There have been major changes since the latest release8 so please read the update instructions carefully. It's not recommended to9 replace an existing installation of RoundCube with this version. Also using10 a separate database or this installation is highly recommended.11 12 2 13 3 Introduction: … … 79 69 80 70 You're always welcome to send a message to the project admin: 81 roundcube@gmail.com 71 hello@roundcube.net 82 72 83 73
Note: See TracChangeset
for help on using the changeset viewer.
