Skip to content

Instantly share code, notes, and snippets.

@dwaynemac
Created August 5, 2013 15:45
Show Gist options
  • Save dwaynemac/6156952 to your computer and use it in GitHub Desktop.
Save dwaynemac/6156952 to your computer and use it in GitHub Desktop.
procfile
mongodb: ~/mongodb/bin/mongod
contacts: subcontract --rvm '1.9.2' --chdir ../contacts -- bundle exec unicorn -p 3002 -c ./config/unicorn.rb
activitystream: subcontract --rvm '1.9.2' --chdir ../activity_stream -- bundle exec unicorn -p 3003 -c ./config/unicorn.rb
accounts: subcontract --rvm 'ruby-1.9.3-p392' --chdir ../accounts -- bundle exec rails s -p 3001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment