Files
mozo-backend/Procfile
T

7 lines
259 B
Plaintext

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