[Groonga-commit] droonga/droonga.org at dabea48 [gh-pages] Use "--environment" isntead of "NODE_ENV"

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Jul 29 13:49:59 JST 2014


YUKI Hiroshi	2014-07-29 13:49:59 +0900 (Tue, 29 Jul 2014)

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

  Message:
    Use "--environment" isntead of "NODE_ENV"

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

  Modified: _po/ja/tutorial/1.0.5/add-replica/index.po (+4 -4)
===================================================================
--- _po/ja/tutorial/1.0.5/add-replica/index.po    2014-07-29 12:50:33 +0900 (f358ce5)
+++ _po/ja/tutorial/1.0.5/add-replica/index.po    2014-07-29 13:49:59 +0900 (b0a4c5e)
@@ -181,10 +181,10 @@ msgid ""
 "                     --log-file=$DROONGA_BASE_DIR/droonga-engine.log \\\n"
 "                     --daemon \\\n"
 "                     --pid-file=$DROONGA_BASE_DIR/droonga-engine.pid\n"
-"    # env NODE_ENV=production \\\n"
-"        droonga-http-server --port=10041 \\\n"
+"    # droonga-http-server --port=10041 \\\n"
 "                            --receive-host-name=$host \\\n"
 "                            --droonga-engine-host-name=$host \\\n"
+"                            --environment=production \\\n"
 "                            --cache-size=-1 \\\n"
 "                            --daemon \\\n"
 "                            --pid-file=$DROONGA_BASE_DIR/droonga-http-server.p"
@@ -496,10 +496,10 @@ msgid ""
 "                     --log-file=$DROONGA_BASE_DIR/droonga-engine.log \\\n"
 "                     --daemon \\\n"
 "                     --pid-file=$DROONGA_BASE_DIR/droonga-engine.pid\n"
-"    # env NODE_ENV=production \\\n"
-"        droonga-http-server --port=10041 \\\n"
+"    # droonga-http-server --port=10041 \\\n"
 "                            --receive-host-name=$host \\\n"
 "                            --droonga-engine-host-name=$host \\\n"
+"                            --environment=production \\\n"
 "                            --cache-size=-1 \\\n"
 "                            --daemon \\\n"
 "                            --pid-file=$DROONGA_BASE_DIR/droonga-http-server.p"

  Modified: _po/ja/tutorial/1.0.5/groonga/index.po (+2 -2)
===================================================================
--- _po/ja/tutorial/1.0.5/groonga/index.po    2014-07-29 12:50:33 +0900 (8d1f22b)
+++ _po/ja/tutorial/1.0.5/groonga/index.po    2014-07-29 13:49:59 +0900 (3b6c4a5)
@@ -269,10 +269,10 @@ msgid ""
 "                     --log-file=$DROONGA_BASE_DIR/droonga-engine.log \\\n"
 "                     --daemon \\\n"
 "                     --pid-file=$DROONGA_BASE_DIR/droonga-engine.pid\n"
-"    # env NODE_ENV=production \\\n"
-"        droonga-http-server --port=10041 \\\n"
+"    # droonga-http-server --port=10041 \\\n"
 "                            --receive-host-name=$host \\\n"
 "                            --droonga-engine-host-name=$host \\\n"
+"                            --environment=production \\\n"
 "                            --cache-size=-1 \\\n"
 "                            --daemon \\\n"
 "                            --pid-file=$DROONGA_BASE_DIR/droonga-http-server.p"

  Modified: ja/tutorial/1.0.5/add-replica/index.md (+4 -4)
===================================================================
--- ja/tutorial/1.0.5/add-replica/index.md    2014-07-29 12:50:33 +0900 (63e8bb5)
+++ ja/tutorial/1.0.5/add-replica/index.md    2014-07-29 13:49:59 +0900 (fa363b7)
@@ -93,10 +93,10 @@ Droongaのノードの集合には、「replica」と「slice」という2つの
                      --log-file=$DROONGA_BASE_DIR/droonga-engine.log \
                      --daemon \
                      --pid-file=$DROONGA_BASE_DIR/droonga-engine.pid
-    # env NODE_ENV=production \
-        droonga-http-server --port=10041 \
+    # droonga-http-server --port=10041 \
                             --receive-host-name=$host \
                             --droonga-engine-host-name=$host \
+                            --environment=production \
                             --cache-size=-1 \
                             --daemon \
                             --pid-file=$DROONGA_BASE_DIR/droonga-http-server.pid
@@ -310,10 +310,10 @@ Droongaクラスタ内のノードは互いに監視しあっており、動作
                      --log-file=$DROONGA_BASE_DIR/droonga-engine.log \
                      --daemon \
                      --pid-file=$DROONGA_BASE_DIR/droonga-engine.pid
-    # env NODE_ENV=production \
-        droonga-http-server --port=10041 \
+    # droonga-http-server --port=10041 \
                             --receive-host-name=$host \
                             --droonga-engine-host-name=$host \
+                            --environment=production \
                             --cache-size=-1 \
                             --daemon \
                             --pid-file=$DROONGA_BASE_DIR/droonga-http-server.pid

  Modified: ja/tutorial/1.0.5/groonga/index.md (+2 -2)
===================================================================
--- ja/tutorial/1.0.5/groonga/index.md    2014-07-29 12:50:33 +0900 (493b046)
+++ ja/tutorial/1.0.5/groonga/index.md    2014-07-29 13:49:59 +0900 (36963a9)
@@ -134,10 +134,10 @@ GroongaをHTTPサーバとして使う場合は、以下のように `-d` オプ
                      --log-file=$DROONGA_BASE_DIR/droonga-engine.log \
                      --daemon \
                      --pid-file=$DROONGA_BASE_DIR/droonga-engine.pid
-    # env NODE_ENV=production \
-        droonga-http-server --port=10041 \
+    # droonga-http-server --port=10041 \
                             --receive-host-name=$host \
                             --droonga-engine-host-name=$host \
+                            --environment=production \
                             --cache-size=-1 \
                             --daemon \
                             --pid-file=$DROONGA_BASE_DIR/droonga-http-server.pid

  Modified: tutorial/1.0.5/add-replica/index.md (+4 -4)
===================================================================
--- tutorial/1.0.5/add-replica/index.md    2014-07-29 12:50:33 +0900 (6b81696)
+++ tutorial/1.0.5/add-replica/index.md    2014-07-29 13:49:59 +0900 (be50ba8)
@@ -84,10 +84,10 @@ Let's start the server.
                      --log-file=$DROONGA_BASE_DIR/droonga-engine.log \
                      --daemon \
                      --pid-file=$DROONGA_BASE_DIR/droonga-engine.pid
-    # env NODE_ENV=production \
-        droonga-http-server --port=10041 \
+    # droonga-http-server --port=10041 \
                             --receive-host-name=$host \
                             --droonga-engine-host-name=$host \
+                            --environment=production \
                             --cache-size=-1 \
                             --daemon \
                             --pid-file=$DROONGA_BASE_DIR/droonga-http-server.pid
@@ -304,10 +304,10 @@ Install required packages and starts the server with the `catalog.json` copied f
                      --log-file=$DROONGA_BASE_DIR/droonga-engine.log \
                      --daemon \
                      --pid-file=$DROONGA_BASE_DIR/droonga-engine.pid
-    # env NODE_ENV=production \
-        droonga-http-server --port=10041 \
+    # droonga-http-server --port=10041 \
                             --receive-host-name=$host \
                             --droonga-engine-host-name=$host \
+                            --environment=production \
                             --cache-size=-1 \
                             --daemon \
                             --pid-file=$DROONGA_BASE_DIR/droonga-http-server.pid

  Modified: tutorial/1.0.5/groonga/index.md (+2 -2)
===================================================================
--- tutorial/1.0.5/groonga/index.md    2014-07-29 12:50:33 +0900 (5f5ae9e)
+++ tutorial/1.0.5/groonga/index.md    2014-07-29 13:49:59 +0900 (c1a1995)
@@ -125,10 +125,10 @@ To start them, run commands like following on each Droonga node:
                      --log-file=$DROONGA_BASE_DIR/droonga-engine.log \
                      --daemon \
                      --pid-file=$DROONGA_BASE_DIR/droonga-engine.pid
-    # env NODE_ENV=production \
-        droonga-http-server --port=10041 \
+    # droonga-http-server --port=10041 \
                             --receive-host-name=$host \
                             --droonga-engine-host-name=$host \
+                            --environment=production \
                             --cache-size=-1 \
                             --daemon \
                             --pid-file=$DROONGA_BASE_DIR/droonga-http-server.pid
-------------- next part --------------
HTML����������������������������...
Download 



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