[Groonga-commit] droonga/droonga.org at 63af5d4 [gh-pages] Don't use $PWD

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jun 25 15:36:37 JST 2014


YUKI Hiroshi	2014-06-25 15:36:37 +0900 (Wed, 25 Jun 2014)

  New Revision: 63af5d4752b7bfaba56f660c7eba8fb90decc5bf
  https://github.com/droonga/droonga.org/commit/63af5d4752b7bfaba56f660c7eba8fb90decc5bf

  Message:
    Don't use $PWD

  Modified files:
    _po/ja/tutorial/1.0.4/add-replica/index.po
    ja/tutorial/1.0.4/add-replica/index.md

  Modified: _po/ja/tutorial/1.0.4/add-replica/index.po (+5 -3)
===================================================================
--- _po/ja/tutorial/1.0.4/add-replica/index.po    2014-06-25 15:33:45 +0900 (270434c)
+++ _po/ja/tutorial/1.0.4/add-replica/index.po    2014-06-25 15:36:37 +0900 (a328459)
@@ -174,17 +174,19 @@ msgid ""
 "    (on 192.168.0.12)\n"
 "    # cd ~/droonga\n"
 "    # host=192.168.0.12\n"
+"    # DROONGA_BASE_DIR=/vagra\n"
 "    # droonga-engine --host=$host \\\n"
-"                     --log-file=$PWD/droonga-engine.log \\\n"
+"                     --log-file=$DROONGA_BASE_DIR/droonga-engine.log \\\n"
 "                     --daemon \\\n"
-"                     --pid-file=$PWD/droonga-engine.pid\n"
+"                     --pid-file=$DROONGA_BASE_DIR/droonga-engine.pid\n"
 "    # env NODE_ENV=production \\\n"
 "        droonga-http-server --port=10041 \\\n"
 "                            --receive-host-name=$host \\\n"
 "                            --droonga-engine-host-name=$host \\\n"
 "                            --cache-size=-1 \\\n"
 "                            --daemon \\\n"
-"                            --pid-file=$PWD/droonga-http-server.pid"
+"                            --pid-file=$DROONGA_BASE_DIR/droonga-http-server.p"
+"id"
 msgstr ""
 
 msgid "Then there are two separate Droonga clusters on this time."

  Modified: ja/tutorial/1.0.4/add-replica/index.md (+4 -3)
===================================================================
--- ja/tutorial/1.0.4/add-replica/index.md    2014-06-25 15:33:45 +0900 (54156f0)
+++ ja/tutorial/1.0.4/add-replica/index.md    2014-06-25 15:36:37 +0900 (61c96cf)
@@ -87,17 +87,18 @@ Droongaのノードの集合には、「replica」と「slice」という2つの
     (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
 
 この時点で、2つの別々のDroongaクラスタが存在するようになりました。
 
-------------- next part --------------
HTML����������������������������...
Download 



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