diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ You have to install [sqlite for php](http://www.php.net/manual/en/book.sqlite.ph | |||
18 | 18 | ||
19 | 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. | 19 | 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. |
20 | 20 | ||
21 | Copy db/poche.sqlite.in to db/poche.sqlite | ||
22 | |||
21 | Install composer in your project : | 23 | Install composer in your project : |
22 | ```bash | 24 | ```bash |
23 | curl -s http://getcomposer.org/installer | php | 25 | curl -s http://getcomposer.org/installer | php |