jamesu / railscollab

A Project Management and Collaboration tool inspired by Basecamp

This URL has Read+Write access

railscollab / script / spin
100755 8 lines (7 sloc) 0.16 kb
1
2
3
4
5
6
7
8
#!/bin/sh
 
/u/apps/railscollab/current/script/process/spawner \
  mongrel \
  --environment=production \
  --instances=1 \
  --address=127.0.0.1 \
  --port=8060