Do not allow pages > 100
[phinde.git] / README.rst
index 3ce17e0bcaa62f824c77294573802333b0fd1c1d..f52e00175bb41212e6d4d7848b0e1422c5548b26 100644 (file)
@@ -39,6 +39,7 @@ Dependencies
 - PHP 5.5+
 - Elasticsearch 2.0
 - Gearman
+- PHP Gearman extension
 - Console_CommandLine
 - Net_URL2
 - Twig 1.x
@@ -48,15 +49,14 @@ Dependencies
 Setup
 =====
 #. Install and run Elasticsearch and Gearman
+#. Install ``php-gearman``
 #. Get a local copy of the code::
 
      $ git clone https://git.cweiske.de/phinde.git phinde
 
-#. Install dependencies via PEAR::
+#. Install dependencies via composer::
 
-     $ pear install console_commandline net_url2
-     $ pear channel-discover pear.twig-project.org
-     $ pear install twig/Twig
+     $ composer install
 
 #. Point your webserver's document root to phinde's ``www`` directory
 #. Copy ``data/config.php.dist`` to ``data/config.php`` and adjust it.