Adding some redis and resque bits

This commit is contained in:
Dan Buch
2012-03-04 09:33:37 -05:00
parent 588fdd52e8
commit 6fe8e8004e
3 changed files with 423 additions and 0 deletions

3
rails/map-mash/Procfile Normal file
View File

@@ -0,0 +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