talk about gearman
[phinde.git] / README.rst
index b00136bcb6a016509f3e2d12d9465bb10b3079e3..1633f8607638297aa778a39ced3de59a4a6a0b7a 100644 (file)
@@ -39,14 +39,17 @@ Dependencies
 - PHP 5.5+
 - Elasticsearch 2.0
 - Gearman
+- PHP Gearman extension
 - Console_CommandLine
 - Net_URL2
+- Twig 1.x
 
 
 =====
 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
@@ -54,6 +57,8 @@ Setup
 #. Install dependencies via PEAR::
 
      $ pear install console_commandline net_url2
+     $ pear channel-discover pear.twig-project.org
+     $ pear install twig/Twig
 
 #. Point your webserver's document root to phinde's ``www`` directory
 #. Copy ``data/config.php.dist`` to ``data/config.php`` and adjust it.