start.sh 192 B

12345678910
  1. #!/bin/bash
  2. sed 's/localhost/$HOST/' /sendd/public/javascripts/index-localhost.js > /sendd/public/javascripts/index.js
  3. cd /sendd
  4. ln -s /usr/bin/nodejs /usr/bin/node
  5. npm install
  6. npm start