Skip to content

Commit

Permalink
Don't use $PWD
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 25, 2014
1 parent 360fd48 commit dc38d18
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tutorial/1.0.4/add-replica/index.md
Expand Up @@ -79,17 +79,18 @@ Let's start the server.
(on 192.168.0.12)
# cd ~/droonga
# host=192.168.0.12
# DROONGA_BASE_DIR=/vagra
# droonga-engine --host=$host \
--log-file=$PWD/droonga-engine.log \
--log-file=$DROONGA_BASE_DIR/droonga-engine.log \
--daemon \
--pid-file=$PWD/droonga-engine.pid
--pid-file=$DROONGA_BASE_DIR/droonga-engine.pid
# env NODE_ENV=production \
droonga-http-server --port=10041 \
--receive-host-name=$host \
--droonga-engine-host-name=$host \
--cache-size=-1 \
--daemon \
--pid-file=$PWD/droonga-http-server.pid
--pid-file=$DROONGA_BASE_DIR/droonga-http-server.pid

Then there are two separate Droonga clusters on this time.

Expand Down

0 comments on commit dc38d18

Please sign in to comment.