more redis and resque stuff

This commit is contained in:
Dan Buch
2012-03-04 10:04:41 -05:00
parent 6fe8e8004e
commit fedeefef98
10 changed files with 35 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
exec ruby <<EORUBY
require File.expand_path('../../config/environment', '$0')
exec "resque-web --foreground --no-launch --port #{Setting.resque_web(:port)}"
EORUBY