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