Created
August 5, 2013 15:45
-
-
Save dwaynemac/6156952 to your computer and use it in GitHub Desktop.
procfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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