docker changes and user authenticated message

This commit is contained in:
2014-10-09 15:08:37 +02:00
parent c6c26124c8
commit 9e9855f762
12 changed files with 41 additions and 12 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
#web: bundle exec thin start -p $PORT
faye: thin start -R faye/config.ru -p 9296 --pid tmp/pids/faye.pid
#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
#counters: bin/drb_counter.rb run -- development
# production: conters: bin/drb_counter.rb start
#server: rails s
server: bundle exec rails s -e production