Skip to content

Instantly share code, notes, and snippets.

@lucassmagal
Created June 27, 2012 15:35
Show Gist options
  • Save lucassmagal/3004863 to your computer and use it in GitHub Desktop.
Save lucassmagal/3004863 to your computer and use it in GitHub Desktop.
my foreman procfile
site: cd site && rails s
admin: cd admin && rails s -p 3001
assets: cd assets && rackup
public: cd sites/vulgo/public && python -m SimpleHTTPServer 8081
memcached: memcached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment