summaryrefslogtreecommitdiff
path: root/roundcubemail/INSTALL
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-18 22:54:05 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-18 22:54:05 +0000
commit19cd3f65bb61a7693fac919ce611ef744510e8ff (patch)
tree1212a5bb5be95e49d27aca7ea134bfb14ed93570 /roundcubemail/INSTALL
parent67ba5a1676960774218fed1700e25751105e6211 (diff)
Correct/clarify installation hints
git-svn-id: https://svn.roundcube.net/trunk@1115 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/INSTALL')
-rw-r--r--roundcubemail/INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL
index b68db56be..8d898a9df 100644
--- a/roundcubemail/INSTALL
+++ b/roundcubemail/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
=========