RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: drnic
Site: http://drnicwilliams.com
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
A simple Procfile for chatter-after is:
Then run with "foreman start", and the main app is at http://localhost:5000