rainbows: bundle exec rainbows -c config/rainbows/development.rb -p $PORT -E $RACK_ENV workers: bundle exec sidekiq -r ./boot.rb -C ./config/sidekiq.yml -e $RACK_ENV #unicorn: unicorn -c unicorn.rb #web: rackup config.ru #web: thin --servers 3 -R config.ru start