Browse Source

Update the documentation to reflect the real dependencies of COPS (I also updated the web site). fixes #237

master
Sébastien Lucas 8 years ago
parent
commit
df592eb668
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README

+ 2
- 2
README View File

@@ -30,14 +30,14 @@ If you want to use the OPDS feed don't forget to specify feed.php at the end of


= Prerequisites = = Prerequisites =


1. PHP 5.3, 5.4, 5.5 or hhvm with GD image processing, Libxml, Json & SQLite3 support.
1. PHP 5.3, 5.4, 5.5, 5.6 or hhvm with GD image processing, Libxml, Intl, Json & SQLite3 support.
2. A web server with PHP support. I only tested with various version of Nginx. 2. A web server with PHP support. I only tested with various version of Nginx.
Other people reported it working with Apache and Cherokee. You can also use PHP Other people reported it working with Apache and Cherokee. You can also use PHP
embedded server (https://github.com/seblucas/cops/wiki/Howto---PhpEmbeddedServer) embedded server (https://github.com/seblucas/cops/wiki/Howto---PhpEmbeddedServer)
3. The path to a calibre library (metadata.db, format, & cover files). 3. The path to a calibre library (metadata.db, format, & cover files).


On any Debian base Linux you can use : On any Debian base Linux you can use :
aptitude install php5-gd php5-sqlite php5-json
aptitude install php5-gd php5-sqlite php5-json php5-intl


On Centos you may have to add : On Centos you may have to add :
yum install php-xml yum install php-xml


Loading…
Cancel
Save