[Groonga-commit] droonga/droonga.org at a88493a [gh-pages] Run serf in the background

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed May 14 16:44:10 JST 2014


YUKI Hiroshi	2014-05-14 16:44:10 +0900 (Wed, 14 May 2014)

  New Revision: a88493a873d7123d26d685409896c29c5e9e6521
  https://github.com/droonga/droonga.org/commit/a88493a873d7123d26d685409896c29c5e9e6521

  Merged 4dd99bc: Merge remote-tracking branch 'origin/master' into gh-pages

  Message:
    Run serf in the background

  Modified files:
    _po/ja/tutorial/groonga/index.po
    ja/tutorial/groonga/index.md
    tutorial/groonga/index.md

  Modified: _po/ja/tutorial/groonga/index.po (+1 -1)
===================================================================
--- _po/ja/tutorial/groonga/index.po    2014-05-14 16:40:37 +0900 (73cc17c)
+++ _po/ja/tutorial/groonga/index.po    2014-05-14 16:44:10 +0900 (59ca05d)
@@ -270,7 +270,7 @@ msgid ""
 "                          --daemon \\\n"
 "                          --pid-file=$PWD/droonga-http-server.pid\n"
 "    # serf agent -node=\"${host}:10031\" -bind=$host \\\n"
-"                 -event-handler=\"droonga-handle-serf-event --base-dir $PWD\""
+"                 -event-handler=\"droonga-handle-serf-event --base-dir $PWD\" &"
 msgstr ""
 
 msgid ""

  Modified: ja/tutorial/groonga/index.md (+1 -1)
===================================================================
--- ja/tutorial/groonga/index.md    2014-05-14 16:40:37 +0900 (7100d4d)
+++ ja/tutorial/groonga/index.md    2014-05-14 16:44:10 +0900 (d237cad)
@@ -137,7 +137,7 @@ GroongaをHTTPサーバとして使う場合は、以下のように `-d` オプ
                           --daemon \
                           --pid-file=$PWD/droonga-http-server.pid
     # serf agent -node="${host}:10031" -bind=$host \
-                 -event-handler="droonga-handle-serf-event --base-dir $PWD"
+                 -event-handler="droonga-handle-serf-event --base-dir $PWD" &
 
 いくつかのオプションにおいて、そのDroongaノード自身のホスト名を指定する必要がある事に注意して下さい。
 この情報は、クラスタ無いのたのDroongaノードとの通信のために使われます。

  Modified: tutorial/groonga/index.md (+1 -1)
===================================================================
--- tutorial/groonga/index.md    2014-05-14 16:40:37 +0900 (bc4427e)
+++ tutorial/groonga/index.md    2014-05-14 16:44:10 +0900 (4f85425)
@@ -128,7 +128,7 @@ To start them, run commands like following on each Droonga node:
                           --daemon \
                           --pid-file=$PWD/droonga-http-server.pid
     # serf agent -node="${host}:10031" -bind=$host \
-                 -event-handler="droonga-handle-serf-event --base-dir $PWD"
+                 -event-handler="droonga-handle-serf-event --base-dir $PWD" &
 
 Note that you have to specify the host name of the Droonga node itself via some options.
 It will be used to communicate with other Droonga nodes in the cluster.
-------------- next part --------------
HTML����������������������������...
Download 



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