Skip to content

Instantly share code, notes, and snippets.

@jamland
Created October 10, 2013 16:11
Show Gist options
  • Save jamland/6921040 to your computer and use it in GitHub Desktop.
Save jamland/6921040 to your computer and use it in GitHub Desktop.
memcache: memcached
redis: redis-server
resque: bundle exec rake resque:work QUEUE=* INTERVAL=0.5
logs: tail -f /Users/andy/Sites/repository/airbrake-app/log/development.log
api: go run /Users/andy/Sites/gocode/src/github.com/airbrake/goab/app/api.go -c /Users/andy/Sites/gocode/src/github.com/airbrake/goab/app/config/dev.json -logtostderr -v=3
worker: go run /Users/andy/Sites/gocode/src/github.com/airbrake/goab/app/worker.go -c /Users/andy/Sites/gocode/src/github.com/airbrake/goab/app/config/dev.json -logtostderr -v=3
scheduler: go run /Users/andy/Sites/gocode/src/github.com/airbrake/goab/app/scheduler.go -c /Users/andy/Sites/gocode/src/github.com/airbrake/goab/app/config/dev.json -logtostderr -v=3
# coffee: coffee -c -w -o /Users/andy/Sites/repository/airbrake-app/app/assets/javascripts /Users/andy/Sites/repository/airbrake-app/app/assets/coffee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment