diff options
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 | ||