[Groonga-commit] droonga/droonga-http-server at 32de811 [master] Use install_from_npm() to install Node.js instead of npm install

Back to archive index

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


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

  New Revision: 32de8119c287a00e70690b74181af26b7f522789
  https://github.com/droonga/droonga-http-server/commit/32de8119c287a00e70690b74181af26b7f522789

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

  Message:
    Use install_from_npm() to install Node.js instead of npm install
    
    In order to install it to user home directory.

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2016-01-11 18:40:15 +0900 (ebfa3a2)
+++ install.sh    2016-01-11 18:40:27 +0900 (3bfe569)
@@ -348,7 +348,7 @@ install() {
     install_from_repository
   else
     echo "Installing $NAME from npmjs.org..."
-    npm install -g droonga-http-server
+    install_from_npm
   fi
 
   if ! exist_command droonga-http-server; then
-------------- next part --------------
HTML����������������������������...
Télécharger 



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