diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 10:34:57 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 10:34:57 +0200 |
commit | 21e0af98eb28e46345ecb947c48af29e8f1c6234 (patch) | |
tree | 330057a1167803e7c087ced8ce97cb3424bc8b38 | |
parent | 7f959169b7220b4ed3e083cb2a545fe2c5400f9c (diff) | |
download | wallabag-21e0af98eb28e46345ecb947c48af29e8f1c6234.tar.gz wallabag-21e0af98eb28e46345ecb947c48af29e8f1c6234.tar.zst wallabag-21e0af98eb28e46345ecb947c48af29e8f1c6234.zip |
information about db/poche.sqlite
-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 |