Files
mozo-backend/Procfile
T
2015-03-04 20:48:24 +01:00

10 lines
486 B
Plaintext

#web: bundle exec thin start -p $PORT
#faye: thin start -R faye/config.ru -p 9296 --pid tmp/pids/faye.pid
# database: echo "BuenosAires" | sudo -S couchdb start | ~/bin/couch_output
# production: faye: thin start -d -R faye/config.ru -p 9296
#counters: bin/drb_counter.rb run -- development
# production: conters: bin/drb_counter.rb start
counters: drb_counter/drb_counter.rb development
faye: thin start -R faye/config.ru -p 9296
#server: bundle exec rails s -e production