Skip to content

Instantly share code, notes, and snippets.

@danneu
Forked from JFickel/gist:4049601
Created November 10, 2012 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danneu/4049606 to your computer and use it in GitHub Desktop.
Save danneu/4049606 to your computer and use it in GitHub Desktop.
Procfile
# Procfile
web: bundle exec rails server -p $PORT
faye: bundle exec thin -p 8081 -R faye_config.ru start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment