Skip to content

Instantly share code, notes, and snippets.

@captainill
Created February 25, 2014 01:15
Show Gist options
  • Save captainill/9200709 to your computer and use it in GitHub Desktop.
Save captainill/9200709 to your computer and use it in GitHub Desktop.
forego start output
forego | starting web on port 5000
forego | starting worker on port 5100
web | Your Gemfile lists the gem pg (~> 0.17.0) more than once.
web | You should probably keep only one of them.
web | While it's not a problem now, it could cause errors if you change the version of just one of them later.
worker | Your Gemfile lists the gem pg (~> 0.17.0) more than once.
worker | You should probably keep only one of them.
worker | While it's not a problem now, it could cause errors if you change the version of just one of them later.
web | bin/web: line 6: unicorn: command not found
forego | shutting down
forego | sending SIGTERM to worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment