setup.sh 95 B

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