summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-02-18 22:54:05 +0000
committerthomascube <thomas@roundcube.net>2008-02-18 22:54:05 +0000
commit83ce4bb0bced80e78592557702da2a3f936bacba (patch)
treecfdfe341815b1e9fd45fca369e3cf658609a9ce6 /INSTALL
parente5091219f10549f1aee4baac6646e763b9f66809 (diff)
Correct/clarify installation hints
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index b68db56be..8d898a9df 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,9 +3,8 @@ INTRODUCTION
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
============
@@ -88,7 +87,7 @@ an example how you can setup the sqlite.db for roundcube:
# 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
@@ -121,6 +120,7 @@ You can also modify the default .htaccess file. This is necessary to
increase the allowed size of file attachments, for example:
php_value upload_max_filesize 2M
+
UPGRADING
=========