Guest User

Untitled

a guest
Jun 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. tab "database server" do
  2. run "mongod --config /usr/local/Cellar/mongodb/*/mongod.conf"
  3. end
  4.  
  5. tab "redis" do
  6. run "redis-server"
  7. end
  8.  
  9. tab "resque" do
  10. run "QUEUE=* bundle exec rake resque:work"
  11. end
  12.  
  13. tab "rails server" do
  14. run "bundle exec rails s"
  15. end
  16.  
  17. tab "rails console" do
  18. run "bundle exec rails c"
  19. end
Add Comment
Please, Sign In to add comment