Clarified config settings

This commit is contained in:
Ingo Schommer 2013-04-01 21:24:29 +03:00
parent 06f2559050
commit 3766c67a17
1 changed files with 1 additions and 0 deletions

View File

@ -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) 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['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. Make sure the webserver has sufficient privileges to write to that folder and that it is protected from external access.