Downloads in verschiedenen Formaten:
Resourcen:
bash
[bash]
gem install foreman
mate Procfile
foreman check
foreman start
foreman start faye
foreman start -c worker=4
foreman export upstart .
[/bash]
Procfile
[bash]
beanstalk: beanstalkd
worker: ./script/worker
faye: rackup faye.ru -s thin -E production
[/bash]