Skip to content

Instantly share code, notes, and snippets.

@phstc
Created December 3, 2013 14:34
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 phstc/7770129 to your computer and use it in GitHub Desktop.
Save phstc/7770129 to your computer and use it in GitHub Desktop.
# foreman start -f Procfile_augury
mongo: mongod
augury: sh -c 'cd /Users/pablo/workspace/augury && foreman start'
augury_admin: sh -c 'cd /Users/pablo/workspace/augury_admin && rails s -p 4000'
sandbox: sh -c 'cd /Users/pablo/workspace/spree-2-0-stable/sandbox && rails s'
spree_endpoint: sh -c 'cd /Users/pablo/workspace/spree_endpoint rails s -p 5000'
persistence_endpoint: sh -c 'cd /Users/pablo/workspace/persistence_endpoint shotgun config.ru -p 9292'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment