X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/171ed6a8c6409b7db63dacb70c9e2ea5807c7b1f..5f72df7e3f83ae30890a7996da025e68f6c70526:/README.rst diff --git a/README.rst b/README.rst index ee2f7e8..f805e77 100644 --- a/README.rst +++ b/README.rst @@ -112,6 +112,7 @@ It is used to provide search capabilities and the list of recent pastes. __ http://www.elasticsearch.org/ + Setup ===== Edit ``config.php``, setting the ``elasticsearch`` property to the HTTP URL @@ -119,6 +120,7 @@ of the index, e.g. :: http://localhost:9200/phorkie/ +You must use a search namespace with Elasticsearch such as ``phorkie/``. Run the index script to import all existing pastes into the index:: php scripts/index.php