diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 12:12:53 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 12:12:53 -0700 |
commit | c51be6b697da573cdcf0788eb8617130ce5517a4 (patch) | |
tree | 642eaf70afb134dee5f274c84bf15b8aab00c117 /INSTALL.md | |
parent | 7ba37bd91a43321196e6d867caf9e298e82c6d6c (diff) | |
parent | 063fc1a7baaf6f7e1fb08eced058962a6140a471 (diff) | |
download | wallabag-c51be6b697da573cdcf0788eb8617130ce5517a4.tar.gz wallabag-c51be6b697da573cdcf0788eb8617130ce5517a4.tar.zst wallabag-c51be6b697da573cdcf0788eb8617130ce5517a4.zip |
Merge pull request #181 from inthepoche/dev
beta4
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,8 +1,16 @@ | |||
1 | # Installing poche | 1 | # Installing poche |
2 | 2 | ||
3 | ## requirements | 3 | ## requirements |
4 | 4 | * PHP 5.2.0 or higher | |
5 | it'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 | |||
13 | To 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 | ||