I recently installed PostgreSQL on Mac OS, and made the mistake of assigning a server to the port 3000, which I like using to run other things. Now I can't run rails server with sqlite3 off that port, I get an error informing me that the address is already in use.
How can I free up this port? Surely there is something I can write in terminal to this effect.