setup.sh 104 B

12345678
  1. #!/bin/bash
  2. sed -i 's|localhost|'"${DBHOST}"'|g' app.js
  3. fw_depends nvm nodejs
  4. npm install
  5. node app &