aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2020-02-29 21:23:50 +0100
committerChristian Weiske <cweiske@cweiske.de>2020-02-29 21:23:50 +0100
commit8512ec548a4f8896aa37678f44de5b88a5a85b24 (patch)
tree6c89c99ca4e1da686fe653bec231ef2fc5fb69b4
parente8e4778a7550636790d7b33d96a83bbbd3ac21ae (diff)
downloadphinde-8512ec548a4f8896aa37678f44de5b88a5a85b24.tar.gz
phinde-8512ec548a4f8896aa37678f44de5b88a5a85b24.zip
Document MySQL setup for websub
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index cbc259f..071f42d 100644
--- a/README.rst
+++ b/README.rst
@@ -38,6 +38,7 @@ Dependencies
============
- PHP 5.5+
- Elasticsearch 2.0
+- MySQL or MariaDB for WebSub subscriptions
- Gearman (Debian 9: ``gearman-job-server``, not ``gearman-server``)
- PHP Gearman extension
- Console_CommandLine
@@ -61,6 +62,7 @@ Setup
#. Point your webserver's document root to phinde's ``www`` directory
#. Copy ``data/config.php.dist`` to ``data/config.php`` and adjust it.
Make sure your add your domain to the crawl whitelist.
+#. Create a MySQL database and import the schema from ``data/schema.sql``
#. Run ``bin/setup.php`` which sets up the Elasticsearch schema
#. Put your homepage into the queue::