From 3766c67a1728e13a8f105058a6cde6eca5ef9d01 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 1 Apr 2013 21:24:29 +0300 Subject: [PATCH] Clarified config settings --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cab7f9a..671c5f0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Download, unzip and copy the sqlite3 folder to your project root so that it beco Either use the installer to automatically install SQLite or add this to your _config.php (right after "require_once("conf/ConfigureFromEnv.php");" if you are using _ss_environment.php) $databaseConfig['type'] = 'SQLiteDatabase'; + $databaseConfig['path'] = "/path/to/my/database/file"; Make sure the webserver has sufficient privileges to write to that folder and that it is protected from external access.