diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2023-04-02 19:03:00 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2023-04-02 19:03:00 +0200 |
| commit | 3d4e82213089a7d7b2c2a17b22cb3eeba302fb7b (patch) | |
| tree | aef680ed7ff638e078eb9c7d9afd7836b8fb4999 | |
| parent | a1c8309e4b3d8d5468c2defbc8bbae95633aff90 (diff) | |
| download | phinde-3d4e82213089a7d7b2c2a17b22cb3eeba302fb7b.tar.gz phinde-3d4e82213089a7d7b2c2a17b22cb3eeba302fb7b.zip | |
Mention gearadmin
| -rw-r--r-- | README.rst | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -36,28 +36,27 @@ Features ============ Dependencies ============ -- PHP 5.5+ +- PHP 8.x - Elasticsearch 2.0 - MySQL or MariaDB for WebSub subscriptions - Gearman (Debian 9: ``gearman-job-server``, not ``gearman-server``) +- ``gearadmin`` command line tool (``gearman-tools`` package) - PHP Gearman extension -- Console_CommandLine -- Net_URL2 -- Twig 1.x +- Some PHP libraries that get installed with composer ===== Setup ===== #. Install and run Elasticsearch and Gearman -#. Install ``php-gearman`` +#. Install ``php-gearman`` and ``gearman-tools`` #. Get a local copy of the code:: $ git clone https://git.cweiske.de/phinde.git phinde #. Install dependencies via composer:: - $ composer install + $ composer install --no-dev #. Point your webserver's document root to phinde's ``www`` directory #. Copy ``data/config.php.dist`` to ``data/config.php`` and adjust it. |
