summaryrefslogtreecommitdiff
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:20:00 +0200
commitdc336469716000a54865fc59cd2790534e68a848 (patch)
treed72e5e0f123b2374b7c88e4ef3634540036a41f3
parent88e49b37f71f1a69e88952e8938cb5c6cb19630f (diff)
Remove sqlite 2.x requirement
-rw-r--r--INSTALL15
1 files changed, 3 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index 3abf0d198..51dbfd8e3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -95,18 +95,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.