YUKI Hiroshi
null+****@clear*****
Thu May 29 17:04:24 JST 2014
YUKI Hiroshi 2014-05-29 17:04:24 +0900 (Thu, 29 May 2014) New Revision: c82c6880e9475b387ed7419b61c3f3691d41b5d3 https://github.com/droonga/droonga.org/commit/c82c6880e9475b387ed7419b61c3f3691d41b5d3 Message: Add steps to back to the inital state Modified files: _po/ja/tutorial/1.0.3/dump-restore/index.po _po/ja/tutorial/1.0.4/dump-restore/index.po ja/tutorial/1.0.3/dump-restore/index.md ja/tutorial/1.0.4/dump-restore/index.md tutorial/1.0.3/dump-restore/index.md tutorial/1.0.4/dump-restore/index.md Modified: _po/ja/tutorial/1.0.3/dump-restore/index.po (+18 -0) =================================================================== --- _po/ja/tutorial/1.0.3/dump-restore/index.po 2014-05-29 16:48:39 +0900 (4519d4a) +++ _po/ja/tutorial/1.0.3/dump-restore/index.po 2014-05-29 17:04:24 +0900 (7a1285e) @@ -471,6 +471,24 @@ msgid "" "~~~" msgstr "" +msgid "After that contents of these two clusters are completely synchronized." +msgstr "以上の操作で、2つのクラスタの内容が完全に同期されます。" + +msgid "### Unite two Droonga clusters" +msgstr "### 2つのDroongaクラスタを結合する" + +msgid "Run following command line to unite these two clusters:" +msgstr "これらの2つのクラスタを結合するために、以下のコマンド列を実行しましょう:" + +msgid "" +" (on 192.168.0.10, 192.168.0.11)\n" +" # droonga-engine-catalog-generate --hosts=192.168.0.10,192.168.0.11 \\\n" +" --output=~/droonga/catalog.json" +msgstr "" + +msgid "After that there is just one cluster - yes, it's the initial state." +msgstr "これで、1つだけクラスタがある状態になりました。最初の状態に戻ったという事になります。" + msgid "## Conclusion" msgstr "## まとめ" Modified: _po/ja/tutorial/1.0.4/dump-restore/index.po (+18 -0) =================================================================== --- _po/ja/tutorial/1.0.4/dump-restore/index.po 2014-05-29 16:48:39 +0900 (3610dd2) +++ _po/ja/tutorial/1.0.4/dump-restore/index.po 2014-05-29 17:04:24 +0900 (640e01f) @@ -471,6 +471,24 @@ msgid "" "~~~" msgstr "" +msgid "After that contents of these two clusters are completely synchronized." +msgstr "以上の操作で、2つのクラスタの内容が完全に同期されます。" + +msgid "### Unite two Droonga clusters" +msgstr "### 2つのDroongaクラスタを結合する" + +msgid "Run following command line to unite these two clusters:" +msgstr "これらの2つのクラスタを結合するために、以下のコマンド列を実行しましょう:" + +msgid "" +" (on 192.168.0.10, 192.168.0.11)\n" +" # droonga-engine-catalog-generate --hosts=192.168.0.10,192.168.0.11 \\\n" +" --output=~/droonga/catalog.json" +msgstr "" + +msgid "After that there is just one cluster - yes, it's the initial state." +msgstr "これで、1つだけクラスタがある状態になりました。最初の状態に戻ったという事になります。" + msgid "## Conclusion" msgstr "## まとめ" Modified: ja/tutorial/1.0.3/dump-restore/index.md (+11 -0) =================================================================== --- ja/tutorial/1.0.3/dump-restore/index.md 2014-05-29 16:48:39 +0900 (2138da7) +++ ja/tutorial/1.0.3/dump-restore/index.md 2014-05-29 17:04:24 +0900 (ade7acc) @@ -310,6 +310,17 @@ Elapsed time: 0.008678467 } ~~~ +以上の操作で、2つのクラスタの内容が完全に同期されます。 + +### 2つのDroongaクラスタを結合する + +これらの2つのクラスタを結合するために、以下のコマンド列を実行しましょう: + + (on 192.168.0.10, 192.168.0.11) + # droonga-engine-catalog-generate --hosts=192.168.0.10,192.168.0.11 \ + --output=~/droonga/catalog.json + +これで、1つだけクラスタがある状態になりました。最初の状態に戻ったという事になります。 ## まとめ Modified: ja/tutorial/1.0.4/dump-restore/index.md (+11 -0) =================================================================== --- ja/tutorial/1.0.4/dump-restore/index.md 2014-05-29 16:48:39 +0900 (1a50095) +++ ja/tutorial/1.0.4/dump-restore/index.md 2014-05-29 17:04:24 +0900 (d3f3758) @@ -311,6 +311,17 @@ Elapsed time: 0.008678467 } ~~~ +以上の操作で、2つのクラスタの内容が完全に同期されます。 + +### 2つのDroongaクラスタを結合する + +これらの2つのクラスタを結合するために、以下のコマンド列を実行しましょう: + + (on 192.168.0.10, 192.168.0.11) + # droonga-engine-catalog-generate --hosts=192.168.0.10,192.168.0.11 \ + --output=~/droonga/catalog.json + +これで、1つだけクラスタがある状態になりました。最初の状態に戻ったという事になります。 ## まとめ Modified: tutorial/1.0.3/dump-restore/index.md (+11 -0) =================================================================== --- tutorial/1.0.3/dump-restore/index.md 2014-05-29 16:48:39 +0900 (9b259a9) +++ tutorial/1.0.3/dump-restore/index.md 2014-05-29 17:04:24 +0900 (0df3bde) @@ -304,6 +304,17 @@ Elapsed time: 0.008678467 } ~~~ +After that contents of these two clusters are completely synchronized. + +### Unite two Droonga clusters + +Run following command line to unite these two clusters: + + (on 192.168.0.10, 192.168.0.11) + # droonga-engine-catalog-generate --hosts=192.168.0.10,192.168.0.11 \ + --output=~/droonga/catalog.json + +After that there is just one cluster - yes, it's the initial state. ## Conclusion Modified: tutorial/1.0.4/dump-restore/index.md (+11 -0) =================================================================== --- tutorial/1.0.4/dump-restore/index.md 2014-05-29 16:48:39 +0900 (02257e5) +++ tutorial/1.0.4/dump-restore/index.md 2014-05-29 17:04:24 +0900 (4ba1549) @@ -305,6 +305,17 @@ Elapsed time: 0.008678467 } ~~~ +After that contents of these two clusters are completely synchronized. + +### Unite two Droonga clusters + +Run following command line to unite these two clusters: + + (on 192.168.0.10, 192.168.0.11) + # droonga-engine-catalog-generate --hosts=192.168.0.10,192.168.0.11 \ + --output=~/droonga/catalog.json + +After that there is just one cluster - yes, it's the initial state. ## Conclusion -------------- next part -------------- HTML����������������������������... Télécharger