Guest User

Untitled

a guest
Oct 16th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. web: bundle exec unicorn -p $PORT
  2. mongo: ./vendor/mongodb/bin/mongod run --config ./vendor/mongodb/conf/mongod.conf
  3. redis: ./vendor/redis/redis-server ./vendor/redis/conf/redis.conf
  4. worker: env COUNT=2 QUEUE=* bundle exec rake resque:workers
Add Comment
Please, Sign In to add comment