X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/4fa1d0022a87079f77eddb6a55ad67c82e9c1be3..e8e4778a7550636790d7b33d96a83bbbd3ac21ae:/README.rst diff --git a/README.rst b/README.rst index 3ce17e0..cbc259f 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,8 @@ Dependencies ============ - PHP 5.5+ - Elasticsearch 2.0 -- Gearman +- Gearman (Debian 9: ``gearman-job-server``, not ``gearman-server``) +- 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.