Navigation Menu

Skip to content

Commit

Permalink
Use "--daemon" options
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent e548603 commit 977023d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tutorial/groonga/index.md
Expand Up @@ -112,8 +112,9 @@ To start required services, run commands like following on each Droonga node:
# droonga-http-server --port=3000 \
--receive-host-name=$host \
--droonga-engine-host-name=$host \
--default-dataset=Starbucks &
# cat $! > droonga-http-server.pid
--default-dataset=Starbucks \
--daemon \
--pid-file droonga-http-server.pid

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.
Expand Down

0 comments on commit 977023d

Please sign in to comment.