setup.sh 98 B

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