Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vic778/b2b499e8fc894b93e50831c8b6b53874 to your computer and use it in GitHub Desktop.
Save vic778/b2b499e8fc894b93e50831c8b6b53874 to your computer and use it in GitHub Desktop.
How to fix: Rails server is already running. Check /path/path/path/path/tmp/pids/server.pid.

To stop all running Rails servers type the following is the terminal

  kill -9 $(lsof -i tcp:3000 -t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment