/[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 3180 by torben, Thu Dec 22 12:43:51 2016 UTC revision 3182 by torben, Thu Dec 22 13:12:14 2016 UTC
# Line 101  fi Line 101  fi
101    
102  if [ ! -x "/usr/local/bin/node" ] ; then  if [ ! -x "/usr/local/bin/node" ] ; then
103          echo "installing node.js"          echo "installing node.js"
104          n stable || exit          n lts || exit
105  fi  fi
106    
107  if [ ! -x "/usr/local/bin/gulp" ] ; then  if [ ! -x "/usr/local/bin/gulp" ] ; then
# Line 151  fi Line 151  fi
151  # xo-server  # xo-server
152  echo "building xo-server"  echo "building xo-server"
153  cd xo-server  cd xo-server
154          npm install || exit          npm install --unsafe-perm || exit
155          npm run build || exit          npm run build || exit
156    
157          #for some reasone leveldown  fails occasionally on arm/raspberry pi          #for some reasone leveldown  fails occasionally on arm/raspberry pi

Legend:
Removed from v.3180  
changed lines
  Added in v.3182

  ViewVC Help
Powered by ViewVC 1.1.20