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

@@ -1,3 +1,3 @@
rails_server: bundle exec script/server
resque_web: bundle exec resque-web --foreground --no-launch
redis: bundle exec redis-server config/redis.conf
resque_web: bundle exec script/resque-web-runner
redis: bundle exec script/redis-runner