source: RedSur/FederationProcfile @ 50de8e9

modelo_minuta
Last change on this file since 50de8e9 was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 437 bytes
Line 
1web1: env RAILS_ENV=integration1 bundle exec rails s -p 3001
2worker1: env RAILS_ENV=integration1 VVERBOSE=1 QUEUE=* bundle exec rake resque:work
3redis1: env RAILS_ENV=integration1 redis-server ./redis-integration1.conf
4web2: env RAILS_ENV=integration2 bundle exec rails s -p 3002
5worker2: env RAILS_ENV=integration2 VVERBOSE=1 QUEUE=* bundle exec rake resque:work
6redis2: env RAILS_ENV=integration2 redis-server ./redis-integration2.conf
Note: See TracBrowser for help on using the repository browser.