information about db/poche.sqlite

This commit is contained in:
Nicolas Lœuillet 2013-08-05 10:34:57 +02:00
parent 7f959169b7
commit 21e0af98eb

View file

@ -18,6 +18,8 @@ You have to install [sqlite for php](http://www.php.net/manual/en/book.sqlite.ph
Get the [latest version](https://github.com/inthepoche/poche) of poche on github. Unzip it and upload it on your server. poche must have write access on assets, cache and db directories.
Copy db/poche.sqlite.in to db/poche.sqlite
Install composer in your project :
```bash
curl -s http://getcomposer.org/installer | php