aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-25 13:04:03 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-25 13:04:03 +0200
commitb4f5c46ab0ec0da26e201266440511171785a338 (patch)
tree62e774379994e5e649f7272b8e3056e4ed2338fa /INSTALL.md
parent6fa7d088604665b887faf342e3bef1d599b916b4 (diff)
downloadwallabag-b4f5c46ab0ec0da26e201266440511171785a338.tar.gz
wallabag-b4f5c46ab0ec0da26e201266440511171785a338.tar.zst
wallabag-b4f5c46ab0ec0da26e201266440511171785a338.zip
doc updated
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 63000f26..dfe013b7 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,8 +1,16 @@
1# Installing poche 1# Installing poche
2 2
3## requirements 3## requirements
4 4* PHP 5.2.0 or higher
5it's highly recommended to have php cURL and tidy_parse_string to fetch articles content. 5* XML ([?](http://php.net/xml))
6* PCRE ([?](http://php.net/pcre))
7* Data filtering ([?](http://uk.php.net/manual/en/book.filter.php))
8* Tidy ([?](http://php.net/tidy))
9* cURL ([?](http://php.net/curl))
10* Parallel URL fetching
11* allow_url_fopen ([?](http://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen))
12
13To see if your server is ok to run poche, execute http://yourpoche/poche_compatibility_test.php.
6 14
7## you don't want to install twig (the template engine) by yourself 15## you don't want to install twig (the template engine) by yourself
8 16