setup.sh 83 B

123456
  1. #!/bin/bash
  2. fw_depends mongodb mysql postgresql nodejs
  3. npm install
  4. node app.js &