Skip to content

Instantly share code, notes, and snippets.

@secretfader
Created October 20, 2010 01:42
Show Gist options
  • Save secretfader/635594 to your computer and use it in GitHub Desktop.
Save secretfader/635594 to your computer and use it in GitHub Desktop.
tab "database server" do
run "mongod --config /usr/local/Cellar/mongodb/*/mongod.conf"
end
tab "redis" do
run "redis-server"
end
tab "resque" do
run "QUEUE=* bundle exec rake resque:work"
end
tab "rails server" do
run "bundle exec rails s"
end
tab "rails console" do
run "bundle exec rails c"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment