setup.sh 80 B

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