summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-07-04 12:18:58 +0200
committerAleksander Machniak <alec@alec.pl>2013-07-04 12:18:58 +0200
commit8da072341c4d9ac6960daa7c9cd557d8670a2493 (patch)
treecc6e24ca073ec677e5f7896a10ba3ac0106ae913 /INSTALL
parentc3762a5ad5ef8940b7c8d456675edc371f656c80 (diff)
Remove sqlite 2.x requirement
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 3 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index a4e8aa3e8..0e8ae08ce 100644
--- a/INSTALL
+++ b/INSTALL
@@ -96,18 +96,9 @@ mind: You need to specify this password later in 'config/db.inc.php'.
* SQLite
--------
-You need sqlite 2 (preferably 2.8) to setup the sqlite db
-(sqlite 3.x also doesn't work at the moment). Here is
-an example how you can setup the sqlite.db for roundcube:
-
-# sqlite -init SQL/sqlite.initial.sql sqlite.db
-Loading resources from SQL/sqlite.initial.sql
-SQLite version 2.8.16
-Enter ".help" for instructions
-sqlite> .exit
-# chmod o+rw sqlite.db
-
-Make sure your configuration points to the sqlite.db file and that the
+Versions of sqlite database engine older than 3 aren't supported.
+Database file and structure is created automatically by Roundcube.
+Make sure your configuration points to some file location and that the
webserver can write to the file and the directory containing the file.