YUKI Hiroshi
null+****@clear*****
Fri Aug 29 21:18:14 JST 2014
YUKI Hiroshi 2014-08-29 21:18:14 +0900 (Fri, 29 Aug 2014) New Revision: ddc2295b650c1cac06ea43075272bbe3510ce71a https://github.com/droonga/droonga.org/commit/ddc2295b650c1cac06ea43075272bbe3510ce71a Message: Reduce use of environment variable "host" 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 (+3 -5) =================================================================== --- _po/ja/tutorial/1.0.6/dump-restore/index.po 2014-08-29 19:28:19 +0900 (7e6e441) +++ _po/ja/tutorial/1.0.6/dump-restore/index.po 2014-08-29 21:18:14 +0900 (2884613) @@ -471,19 +471,17 @@ msgstr "" msgid "" " (on 192.168.100.50)\n" -" # host=192.168.100.50\n" " # droonga-engine-catalog-modify --source=~/droonga/catalog.json \\\n" " --update \\\n" -" --replica-hosts=$host" +" --replica-hosts=192.168.100.50" msgstr "" msgid "" " (on 192.168.100.51)\n" -" # host=192.168.100.51\n" " # droonga-engine-catalog-modify --source=~/droonga/catalog.json \\\n" " --update \\\n" -" --replica-hosts=$host\n" -" # endpoint=\"http://$host:10041\"\n" +" --replica-hosts=192.168.100.51\n" +" # endpoint=\"http://192.168.100.51:10041\"\n" " # curl \"$endpoint/d/table_remove?name=Location\"\n" " # curl \"$endpoint/d/table_remove?name=Store\"\n" " # curl \"$endpoint/d/table_remove?name=Term\"" Modified: ja/tutorial/1.0.6/dump-restore/index.md (+3 -5) =================================================================== --- ja/tutorial/1.0.6/dump-restore/index.md 2014-08-29 19:28:19 +0900 (160211a) +++ ja/tutorial/1.0.6/dump-restore/index.md 2014-08-29 21:18:14 +0900 (8472547) @@ -330,17 +330,15 @@ Droongaクラスタにそれらのメッセージを送信するには、`droong もし順番にこのチュートリアルを読み進めているのであれば、2つのノードを含むクラスタが手元にあるはずです。`droonga-engine-catalog-modify` を使って2つのクラスタを作り、1つを空にしましょう。手順は以下の通りです: (on 192.168.100.50) - # host=192.168.100.50 # droonga-engine-catalog-modify --source=~/droonga/catalog.json \ --update \ - --replica-hosts=$host + --replica-hosts=192.168.100.50 (on 192.168.100.51) - # host=192.168.100.51 # droonga-engine-catalog-modify --source=~/droonga/catalog.json \ --update \ - --replica-hosts=$host - # endpoint="http://$host:10041" + --replica-hosts=192.168.100.51 + # endpoint="http://192.168.100.51:10041" # curl "$endpoint/d/table_remove?name=Location" # curl "$endpoint/d/table_remove?name=Store" # curl "$endpoint/d/table_remove?name=Term" Modified: tutorial/1.0.6/dump-restore/index.md (+3 -5) =================================================================== --- tutorial/1.0.6/dump-restore/index.md 2014-08-29 19:28:19 +0900 (fbcc4e0) +++ tutorial/1.0.6/dump-restore/index.md 2014-08-29 21:18:14 +0900 (d17106f) @@ -325,17 +325,15 @@ If you are reading this tutorial sequentially, you'll have an existing cluster w Construct two clusters by `droonga-engine-catalog-modify` and make one cluster empty, with these commands: (on 192.168.100.50) - # host=192.168.100.50 # droonga-engine-catalog-modify --source=~/droonga/catalog.json \ --update \ - --replica-hosts=$host + --replica-hosts=192.168.100.50 (on 192.168.100.51) - # host=192.168.100.51 # droonga-engine-catalog-modify --source=~/droonga/catalog.json \ --update \ - --replica-hosts=$host - # endpoint="http://$host:10041" + --replica-hosts=192.168.100.51 + # endpoint="http://192.168.100.51:10041" # curl "$endpoint/d/table_remove?name=Location" # curl "$endpoint/d/table_remove?name=Store" # curl "$endpoint/d/table_remove?name=Term" -------------- next part -------------- HTML����������������������������...下载