diff options
-rw-r--r-- | INSTALL.md | 2 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | # Installing poche | 1 | # Installing poche |
2 | 2 | ||
3 | Get the [latest dev version](https://github.com/inthepoche/poche/archive/dev.zip) of poche on github. Unzip it and upload it on your server. | 3 | Get the [latest version](https://github.com/inthepoche/poche/archive/1.0-beta1.zip) of poche on github. Unzip it and upload it on your server. |
4 | 4 | ||
5 | your datas can be stored on sqlite, postgres or mysql databases. | 5 | your datas can be stored on sqlite, postgres or mysql databases. |
6 | 6 | ||
@@ -11,6 +11,10 @@ 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 | ## Installation | ||
15 | |||
16 | Read the INSTALL.md file. | ||
17 | |||
14 | ## Security | 18 | ## Security |
15 | You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition : | 19 | You **have** to protect your db/poche.sqlite file. Modify the virtual host of your website to add this condition : |
16 | ```apache | 20 | ```apache |