YUKI Hiroshi
null+****@clear*****
Wed Sep 24 20:24:58 JST 2014
YUKI Hiroshi 2014-09-24 20:24:58 +0900 (Wed, 24 Sep 2014) New Revision: 085b6c671121814c09220166ee3bb885d2246513 https://github.com/droonga/droonga.org/commit/085b6c671121814c09220166ee3bb885d2246513 Message: Fix path to the catalog.json Modified files: _po/ja/tutorial/1.0.6/dump-restore/index.po ja/tutorial/1.0.6/dump-restore/index.md tutorial/1.0.6/dump-restore/index.md Modified: _po/ja/tutorial/1.0.6/dump-restore/index.po (+8 -4) =================================================================== --- _po/ja/tutorial/1.0.6/dump-restore/index.po 2014-09-24 19:36:01 +0900 (9034c2c) +++ _po/ja/tutorial/1.0.6/dump-restore/index.po 2014-09-24 20:24:58 +0900 (00d1d1a) @@ -486,7 +486,8 @@ msgid "" "(on node0)\n" "# service droonga-http-server restart\n" " * Restarting droonga-http-server [ OK ]\n" -"# droonga-engine-catalog-modify --source=~/droonga/catalog.json \\\n" +"# droonga-engine-catalog-modify --source=~droonga-engine/droonga/catalog.json " +"\\\n" " --update \\\n" " --replica-hosts=node0\n" "~~~" @@ -497,7 +498,8 @@ msgid "" "(on node1)\n" "# service droonga-http-server restart\n" " * Restarting droonga-http-server [ OK ]\n" -"# droonga-engine-catalog-modify --source=~/droonga/catalog.json \\\n" +"# droonga-engine-catalog-modify --source=~droonga-engine/droonga/catalog.json " +"\\\n" " --update \\\n" " --replica-hosts=node1\n" "$ endpoint=\"http://node1:10041\"\n" @@ -722,7 +724,8 @@ msgstr "これらの2つのクラスタを結合するために、以下のコ msgid "" "~~~\n" "(on node0)\n" -"# droonga-engine-catalog-modify --source=~/droonga/catalog.json \\\n" +"# droonga-engine-catalog-modify --source=~droonga-engine/droonga/catalog.json " +"\\\n" " --update \\\n" " --add-replica-hosts=node1\n" "# service droonga-http-server restart\n" @@ -733,7 +736,8 @@ msgstr "" msgid "" "~~~\n" "(on node1)\n" -"# droonga-engine-catalog-modify --source=~/droonga/catalog.json \\\n" +"# droonga-engine-catalog-modify --source=~droonga-engine/droonga/catalog.json " +"\\\n" " --update \\\n" " --add-replica-hosts=node0\n" "# service droonga-http-server restart\n" Modified: ja/tutorial/1.0.6/dump-restore/index.md (+4 -4) =================================================================== --- ja/tutorial/1.0.6/dump-restore/index.md 2014-09-24 19:36:01 +0900 (7ba3eb3) +++ ja/tutorial/1.0.6/dump-restore/index.md 2014-09-24 20:24:58 +0900 (211b6a0) @@ -344,7 +344,7 @@ $ curl "$endpoint/d/select?table=Store&output_columns=name&limit=10" | jq "." (on node0) # service droonga-http-server restart * Restarting droonga-http-server [ OK ] -# droonga-engine-catalog-modify --source=~/droonga/catalog.json \ +# droonga-engine-catalog-modify --source=~droonga-engine/droonga/catalog.json \ --update \ --replica-hosts=node0 ~~~ @@ -353,7 +353,7 @@ $ curl "$endpoint/d/select?table=Store&output_columns=name&limit=10" | jq "." (on node1) # service droonga-http-server restart * Restarting droonga-http-server [ OK ] -# droonga-engine-catalog-modify --source=~/droonga/catalog.json \ +# droonga-engine-catalog-modify --source=~droonga-engine/droonga/catalog.json \ --update \ --replica-hosts=node1 $ endpoint="http://node1:10041" @@ -543,7 +543,7 @@ $ curl "http://node1:10041/d/select?table=Store&output_columns=name&limit=10" | ~~~ (on node0) -# droonga-engine-catalog-modify --source=~/droonga/catalog.json \ +# droonga-engine-catalog-modify --source=~droonga-engine/droonga/catalog.json \ --update \ --add-replica-hosts=node1 # service droonga-http-server restart @@ -552,7 +552,7 @@ $ curl "http://node1:10041/d/select?table=Store&output_columns=name&limit=10" | ~~~ (on node1) -# droonga-engine-catalog-modify --source=~/droonga/catalog.json \ +# droonga-engine-catalog-modify --source=~droonga-engine/droonga/catalog.json \ --update \ --add-replica-hosts=node0 # service droonga-http-server restart Modified: tutorial/1.0.6/dump-restore/index.md (+4 -4) =================================================================== --- tutorial/1.0.6/dump-restore/index.md 2014-09-24 19:36:01 +0900 (cc62a05) +++ tutorial/1.0.6/dump-restore/index.md 2014-09-24 20:24:58 +0900 (2829a3e) @@ -339,7 +339,7 @@ Construct two clusters by `droonga-engine-catalog-modify` and make one cluster e (on node0) # service droonga-http-server restart * Restarting droonga-http-server [ OK ] -# droonga-engine-catalog-modify --source=~/droonga/catalog.json \ +# droonga-engine-catalog-modify --source=~droonga-engine/droonga/catalog.json \ --update \ --replica-hosts=node0 ~~~ @@ -348,7 +348,7 @@ Construct two clusters by `droonga-engine-catalog-modify` and make one cluster e (on node1) # service droonga-http-server restart * Restarting droonga-http-server [ OK ] -# droonga-engine-catalog-modify --source=~/droonga/catalog.json \ +# droonga-engine-catalog-modify --source=~droonga-engine/droonga/catalog.json \ --update \ --replica-hosts=node1 $ endpoint="http://node1:10041" @@ -538,7 +538,7 @@ Run following command lines to unite these two clusters: ~~~ (on node0) -# droonga-engine-catalog-modify --source=~/droonga/catalog.json \ +# droonga-engine-catalog-modify --source=~droonga-engine/droonga/catalog.json \ --update \ --add-replica-hosts=node1 # service droonga-http-server restart @@ -547,7 +547,7 @@ Run following command lines to unite these two clusters: ~~~ (on node1) -# droonga-engine-catalog-modify --source=~/droonga/catalog.json \ +# droonga-engine-catalog-modify --source=~droonga-engine/droonga/catalog.json \ --update \ --add-replica-hosts=node0 # service droonga-http-server restart -------------- next part -------------- HTML����������������������������... Download