talk about resetting elasticsearch v0.2.0
authorChristian Weiske <cweiske@cweiske.de>
Fri, 25 May 2012 20:37:00 +0000 (22:37 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 25 May 2012 20:37:00 +0000 (22:37 +0200)
README.rst

index 2485bbd56d3790ad59fe78a7c67802ad4a73a7a4..d37ae9b4a0cb7d52d177f77a6b4ccc5a90b26b9d 100644 (file)
@@ -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
 =====