Skip to content

Instantly share code, notes, and snippets.

@kylewelsby
Created October 17, 2013 10:48
Show Gist options
  • Save kylewelsby/7022851 to your computer and use it in GitHub Desktop.
Save kylewelsby/7022851 to your computer and use it in GitHub Desktop.
[postgesql]
directory = .
command = postgres -D /usr/local/var/postgres
[nginx]
directory = .
command = nginx -p . -c config/nginx.conf
[web]
directory = .
command = bundle exec rails server puma -p 3000
[worker]
directory = .
command = bundle exec sidekiq -C config/sidekiq.yml
[redis]
directory = .
command = redis-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment