diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -11,26 +11,6 @@ To get news from poche, [follow us on twitter](http://twitter.com/getpoche) or [ | |||
11 | 11 | ||
12 | [![flattr](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/1265480/poche-a-read-it-later-open-source-system) | 12 | [![flattr](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/1265480/poche-a-read-it-later-open-source-system) |
13 | 13 | ||
14 | ## Requirements & installation | ||
15 | You have to install [sqlite for php](http://www.php.net/manual/en/book.sqlite.php) on your server. | ||
16 | |||
17 | [PHP cURL](http://www.php.net/manual/en/book.curl.php) & [tidy_parse_string](http://www.php.net/manual/en/tidy.parsestring.php) are recommended. | ||
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. | ||
20 | |||
21 | Copy db/poche.sqlite.in to db/poche.sqlite | ||
22 | |||
23 | Install composer in your project : | ||
24 | ```bash | ||
25 | curl -s http://getcomposer.org/installer | php | ||
26 | ``` | ||
27 | Install via composer : | ||
28 | ```bash | ||
29 | php composer.phar install | ||
30 | ``` | ||
31 | |||
32 | That's all, you can use poche ! | ||
33 | |||
34 | ## Security | 14 | ## Security |
35 | You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition : | 15 | You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition : |
36 | ```apache | 16 | ```apache |