[Groonga-commit] droonga/droonga.org at 1ec10b8 [gh-pages] Fix duplicated delimiter in a file path

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 18 20:49:41 JST 2014


YUKI Hiroshi	2014-09-18 20:49:41 +0900 (Thu, 18 Sep 2014)

  New Revision: 1ec10b8a7cec808bcc1fe6a1f3c456676510e024
  https://github.com/droonga/droonga.org/commit/1ec10b8a7cec808bcc1fe6a1f3c456676510e024

  Message:
    Fix duplicated delimiter in a file path

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

  Modified: tutorial/1.0.6/groonga/index.md (+2 -2)
===================================================================
--- tutorial/1.0.6/groonga/index.md    2014-08-29 21:18:14 +0900 (849bf0c)
+++ tutorial/1.0.6/groonga/index.md    2014-09-18 20:49:41 +0900 (5627bd3)
@@ -108,12 +108,12 @@ Assume that you have two computers: `192.168.100.50` and `192.168.100.51`.
     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-engine-catalog-generate --hosts=192.168.100.50,192.168.100.51 \
-                                          --output=~/droonga//catalog.json
+                                          --output=~/droonga/catalog.json
     
     If you have only one computer and trying to set up it just for testing, then you'll do:
     
         # droonga-engine-catalog-generate --hosts=127.0.0.1 \
-                                          --output=~/droonga//catalog.json
+                                          --output=~/droonga/catalog.json
     
  6. Share the generated `catalog.json` *to your all Droonga nodes*.
     
-------------- next part --------------
HTML����������������������������...
Download 



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