[Groonga-commit] droonga/droonga.org at 90cb2f6 [gh-pages] Update steps to start/stop services

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 18 20:57:33 JST 2014


YUKI Hiroshi	2014-09-18 20:57:33 +0900 (Thu, 18 Sep 2014)

  New Revision: 90cb2f6146db804d48ad81c02d44f4a6f02b16dc
  https://github.com/droonga/droonga.org/commit/90cb2f6146db804d48ad81c02d44f4a6f02b16dc

  Message:
    Update steps to start/stop services

  Modified files:
    tutorial/1.0.6/groonga/index.md

  Modified: tutorial/1.0.6/groonga/index.md (+12 -4)
===================================================================
--- tutorial/1.0.6/groonga/index.md    2014-09-18 20:53:27 +0900 (e61a932)
+++ tutorial/1.0.6/groonga/index.md    2014-09-18 20:57:33 +0900 (7a87a95)
@@ -204,8 +204,14 @@ You can run Groonga as an HTTP server with the option `-d`, like:
 
 On the other hand, you have to run multiple servers for each Droonga node to use your Droonga cluster via HTTP.
 
+If services are installed by the installation script, they are already been configured as system services managed via the `service` command.
 To start them, run commands like following on each Droonga node:
 
+    # service droonga-engine start
+    # service droonga-http-server start
+
+If you install services manually, you have to start services by raw commands like:
+
     # droonga-engine
     # droonga-http-server --cache-size=-1
 
@@ -252,13 +258,15 @@ Because it is a cluster, another endpoint returns same result.
 
 To stop services, run commands like following on each Droonga node:
 
+    # service droonga-engine stop
+    # service droonga-http-server stop
+
+If you install services manually without the installation script, you have to stop services by raw commands like:
+
     # droonga-engine-stop
     # droonga-http-server-stop
 
-After verification, start services again, on each Droonga node:
-
-    # droonga-engine
-    # droonga-http-server --cache-size=-1
+After verification, start services again, on each Droonga node.
 
 ### Create a table, columns, and indexes
 
-------------- next part --------------
HTML����������������������������...
Download 



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