RailsCasts Pro episodes are now free!

Learn more or hide this

Dr Nic Williams's Profile

GitHub User: drnic

Site: http://drnicwilliams.com

Comments by Dr Nic Williams

Avatar

A simple Procfile for chatter-after is:

web:    bundle exec rails server -p $PORT
faye: bundle exec rackup faye.ru -s thin -E production

Then run with "foreman start", and the main app is at http://localhost:5000