[Groonga-commit] droonga/droonga.org at 51c7261 [gh-pages] Update command name to generate catalog

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon May 26 18:51:51 JST 2014


YUKI Hiroshi	2014-05-26 18:51:51 +0900 (Mon, 26 May 2014)

  New Revision: 51c72617efa335326a9494be0d8401cb69193378
  https://github.com/droonga/droonga.org/commit/51c72617efa335326a9494be0d8401cb69193378

  Message:
    Update command name to generate catalog

  Modified files:
    tutorial/1.0.3/groonga/index.md

  Modified: tutorial/1.0.3/groonga/index.md (+4 -4)
===================================================================
--- tutorial/1.0.3/groonga/index.md    2014-05-26 18:46:59 +0900 (9cbcdba)
+++ tutorial/1.0.3/groonga/index.md    2014-05-26 18:51:51 +0900 (887e046)
@@ -78,13 +78,13 @@ Assume that you have two computers: `192.168.0.10` and `192.168.0.11`.
     The file defines the structure of your Droonga cluster.
     You'll specify the name of the dataset via the `--dataset` option and the list of your Droonga node's IP addresses via the `--hosts` option, like:
     
-        # droonga-catalog-generate --hosts=192.168.0.10,192.168.0.11 \
-                                   --output=./catalog.json
+        # droonga-engine-catalog-generate --hosts=192.168.0.10,192.168.0.11 \
+                                          --output=./catalog.json
     
     If you have only one computer and trying to set up it just for testing, then you'll do:
     
-        # droonga-catalog-generate --hosts=127.0.0.1 \
-                                   --output=./catalog.json
+        # droonga-engine-catalog-generate --hosts=127.0.0.1 \
+                                          --output=./catalog.json
     
  6. Share the generated `catalog.json` *to your all Droonga nodes*.
     
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index