Skip to content

Instantly share code, notes, and snippets.

View Tresor11's full-sized avatar
🔆
Focusing

Trésor Bireke Tresor11

🔆
Focusing
View GitHub Profile
@Tresor11
Tresor11 / stop_rails_running_server.md
Created May 11, 2021 08:04
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)