mention debian 9 gearman problems
[phinde.git] / README.rst
index 1633f8607638297aa778a39ced3de59a4a6a0b7a..cbc259f61a06cd96cf9454b9b76e86fe185fda7e 100644 (file)
@@ -38,7 +38,7 @@ Dependencies
 ============
 - PHP 5.5+
 - Elasticsearch 2.0
-- Gearman
+- Gearman (Debian 9: ``gearman-job-server``, not ``gearman-server``)
 - PHP Gearman extension
 - Console_CommandLine
 - Net_URL2
@@ -54,11 +54,9 @@ Setup
 
      $ 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.