[Groonga-commit] droonga/droonga.org at 2a8efe0 [gh-pages] Simplify preconditions

Zurück zum Archiv-Index

Piro / YUKI Hiroshi null+****@clear*****
Tue Sep 23 19:28:33 JST 2014


Piro / YUKI Hiroshi	2014-09-23 19:28:33 +0900 (Tue, 23 Sep 2014)

  New Revision: 2a8efe013d8407c4ce12b1c8021cfaefced76ae6
  https://github.com/droonga/droonga.org/commit/2a8efe013d8407c4ce12b1c8021cfaefced76ae6

  Message:
    Simplify preconditions

  Modified files:
    tutorial/1.0.6/add-replica/index.md
    tutorial/1.0.6/dump-restore/index.md

  Modified: tutorial/1.0.6/add-replica/index.md (+3 -6)
===================================================================
--- tutorial/1.0.6/add-replica/index.md    2014-09-23 19:25:50 +0900 (6772c46)
+++ tutorial/1.0.6/add-replica/index.md    2014-09-23 19:28:33 +0900 (f5a06c3)
@@ -16,12 +16,9 @@ Learning steps to add a new replica node, remove an existing replica, and replac
   Please complete the ["getting started" tutorial](../groonga/) before this.
 * You must know how to duplicate data between multiple clusters.
   Please complete the ["How to backup and restore the database?" tutorial](../dump-restore/) before this.
-* Your `catalog.json` must have `system` and `catalog` plugins in the list of plugins.
-  Otherwise, you must add them, like:
-  
-      - "plugins": ["groonga", "crud", "search", "dump"],
-      + "plugins": ["groonga", "crud", "search", "dump", "system", "catalog"],
-  
+
+This tutorial assumes that there are two existing Droonga nodes prepared by the [first tutorial](../groonga/): `node0` (`192.168.100.50`) and `node1` (`192.168.100.51`), and there is another computer `node2` (`192.168.100.52`) for a new node.
+If you have Droonga nodes with other names, read `node0`, `node1` and `node2` in following descriptions as yours.
 
 ## What's "replica"?
 

  Modified: tutorial/1.0.6/dump-restore/index.md (+2 -2)
===================================================================
--- tutorial/1.0.6/dump-restore/index.md    2014-09-23 19:25:50 +0900 (a0bb8a4)
+++ tutorial/1.0.6/dump-restore/index.md    2014-09-23 19:28:33 +0900 (095142d)
@@ -15,8 +15,8 @@ Learning steps to backup and restore data by your hand.
 * You must have an existing [Droonga][] cluster with some data.
   Please complete the ["getting started" tutorial](../groonga/) before this.
 
-This tutorial assumes that there are two existing Droonga nodes prepared by the [previous tutorial](../groonga/): `node0` and `node1`.
-If you have Droonga nodes with other names, read `node0` and `node1` in following descriptions as yours.
+This tutorial assumes that there are two existing Droonga nodes prepared by the [previous tutorial](../groonga/): `node0` (`192.168.100.50`) and `node1` (`192.168.100.51`), and there is another computer `node2` (`192.168.100.52`) as a working environment.
+If you have Droonga nodes with other names, read `node0`, `node1` and `node2` in following descriptions as yours.
 
 ## Backup data in a Droonga cluster
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index