public
Description: Ruby, Rails, Linux environment configuration automation.
Homepage:
Clone URL: git://github.com/mmond/configuration-automation.git
100755 8 lines (7 sloc) 0.159 kb
1
2
3
4
5
6
7
8
#!/bin/sh
 
/var/www/el-dorado/current/script/process/spawner \
  mongrel \
  --environment=production \
  --instances=2 \
  --address=127.0.0.1 \
  --port=8000