Green specs 😄

This commit is contained in:
2014-10-02 13:10:25 +02:00
parent faaa06f0dc
commit 7c03b4c32c
13 changed files with 46 additions and 25 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#web: bundle exec thin start -p $PORT
faye: thin start -R faye/config.ru -p 9296
faye: thin start -R faye/config.ru -p 9296 --pid tmp/pids/faye.pid
# production: faye: thin start -d -R faye/config.ru -p 9296
counters: bin/drb_counter.rb run
counters: bin/drb_counter.rb run -- development
# production: conters: bin/drb_counter.rb start
#database: echo "BuenosAires" | sudo -S couchdb start | ~/bin/couch_output
#server: rails s