diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-05-25 22:37:00 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-05-25 22:37:00 +0200 |
| commit | b5edcdd146332cab496e253251ed0460fb9bdd5c (patch) | |
| tree | 045592313aa4c9d0c8c275487122bf7ad3b9cbb1 /README.rst | |
| parent | 2a72cf19c6f0eba02c79fa2878821e85e70bc0fd (diff) | |
| download | phorkie-0.2.0.tar.gz phorkie-0.2.0.zip | |
talk about resetting elasticsearchv0.2.0
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -56,6 +56,8 @@ Installation $ cp data/config.php.dist data/config.php $ $EDITOR data/config.php + Look at ``config.default.php`` for values that you may adjust. + 5. Set your web server's document root to ``/path/to/phorkie-0.2.0/www/`` 6. Open phorkie in your web browser @@ -108,6 +110,18 @@ That's all. Open phorkie in your browser, and you'll notice the search box in the top menu. +Reset +===== +In case something really went wrong and you need to reset the search +index, run the following command:: + + $ curl -XDELETE http://localhost:9200/phorkie/ + {"ok":true,"acknowledged"} + +Phorkie will automatically re-index everything when ``setupcheck`` is enabled +in the configuration file. + + ===== HowTo ===== |
