Skip to content

Instantly share code, notes, and snippets.

@joncode
Created September 9, 2014 17:32

Revisions

  1. joncode created this gist Sep 9, 2014.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    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