I set up Resque for our startup over the last few days, to put some log analysis stuff in the background. It was harder than I thought it should be, largely due to a lack of documentation for compatibility with common tools like Capistrano and daemon kickoff tools. Here’s how I did it. Step 1: Install Redis. This part’s easy on OS X: I already had Redis running for some other tasks on the server,