[Groonga-commit] droonga/droonga-http-server at 569202f [master] Define variables for Node.js installation

Back to archive index

KITAITI Makoto null+****@clear*****
Mon Jan 11 18:01:40 JST 2016


KITAITI Makoto	2016-01-11 18:01:40 +0900 (Mon, 11 Jan 2016)

  New Revision: 569202fb9006e345924232b76acb68e347cbf93f
  https://github.com/droonga/droonga-http-server/commit/569202fb9006e345924232b76acb68e347cbf93f

  Merged 0f9441b: Merge pull request #13 from KitaitiMakoto/systemd

  Message:
    Define variables for Node.js installation

  Modified files:
    install.sh

  Modified: install.sh (+9 -0)
===================================================================
--- install.sh    2015-09-21 13:54:54 +0900 (0ee587b)
+++ install.sh    2016-01-11 18:01:40 +0900 (0ecc725)
@@ -49,6 +49,15 @@ EXPRESS_DROONGA_REPOSITORY_URL=git://github.com/droonga/express-droonga.git#mast
 : ${ENGINE_HOST:=Auto Detect}
 : ${ENGINE_PORT:=Auto Detect}
 
+NODEJS_BASE_DIR=/home/$USER/node
+NODEJS_BASE_URL=https://nodejs.org/download/release
+
+: ${NODEJS_VERSION:=v0.12.9}
+: ${NODEJS_OS:=linux}
+: ${NODEJS_ARCH:=x64}
+
+NODEJS_DOWNLOAD_URL=$NODEJS_BASE_URL/$NODEJS_VERSION/node-$NODEJS_VERSION-$NODEJS_OS-$NODEJS_ARCH.tar.gz
+
 case $(uname) in
   Darwin|*BSD|CYGWIN*) sed="sed -E" ;;
   *)                   sed="sed -r" ;;
-------------- next part --------------
HTML����������������������������...
Download 



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