Skip to content

Instantly share code, notes, and snippets.

@joncode
Created September 9, 2014 17:32
Show Gist options
  • Select an option

  • Save joncode/354fdec19a2a18feb11b to your computer and use it in GitHub Desktop.

Select an option

Save joncode/354fdec19a2a18feb11b to your computer and use it in GitHub Desktop.
Launching a dev resque server
run the redis server
1. in the command line
redis-server
2. start the rails server
rs
3. start the resque rake task
QUEUE=* rake resque:work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment