Guest User

Untitled

a guest
Jan 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ( bastien )[~/Documents/azendoo/azendoo-git] % cat Procfile
  2. mongo: /opt/local/mongodb/bin/mongod --dbpath /opt/local/data/db/
  3. web: bundle exec thin start
  4. redis: redis-server
  5. juggernaut: juggernaut --port 4242
  6. push: bundle exec rake push:daemon
Add Comment
Please, Sign In to add comment