mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
Minor typos in README
This commit is contained in:
parent
069ed7ff52
commit
426b669233
@ -14,15 +14,13 @@ SilverStripe 3.0 or newer
|
|||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
download, unzip and copy the sqlite3 folder to your project root so that it becomes a sibling of cms, sapphire and co.
|
Download, unzip and copy the sqlite3 folder to your project root so that it becomes a sibling of `framework/`.
|
||||||
|
|
||||||
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';
|
||||||
|
|
||||||
you are done!
|
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.
|
|
||||||
|
|
||||||
|
|
||||||
Sample mysite/_config.php
|
Sample mysite/_config.php
|
||||||
|
Loading…
Reference in New Issue
Block a user