/[projects]/misc/xoa-installer/xoa-installer.sh
ViewVC logotype

Diff of /misc/xoa-installer/xoa-installer.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2980 by torben, Sat Mar 19 08:19:53 2016 UTC revision 2981 by torben, Sat Mar 19 08:23:22 2016 UTC
# Line 91  if [ ! -x "/usr/local/bin/node-gyp" ] ; Line 91  if [ ! -x "/usr/local/bin/node-gyp" ] ;
91          npm install -g node-gyp          npm install -g node-gyp
92  fi  fi
93    
94  npm install -g bcrypt  if [ ! -d "/usr/local/lib/node_modules" ] ; then
95            echo "installing bcrypt"
96            npm install -g bcrypt
97    fi
98    
99  if [ ! -d "xo-web" ] ; then  if [ ! -d "xo-web" ] ; then
100          git clone -b $BRANCH https://github.com/vatesfr/xo-web.git          git clone -b $BRANCH https://github.com/vatesfr/xo-web.git

Legend:
Removed from v.2980  
changed lines
  Added in v.2981

  ViewVC Help
Powered by ViewVC 1.1.20