Created
December 19, 2008 03:12
-
-
Save TheNicholasNick/37861 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
merb : worker (port 4000) ~ Executed all before worker shutdown callbacks... | |
~ Compiling routes... | |
~ Activating slice 'MerbAuthSlicePassword' ... | |
merb : worker (port 4000) ~ Starting Mongrel at port 4000 | |
merb : worker (port 4000) ~ Successfully bound to port 4000 | |
merb : worker (port 4000) ~ Executed all before worker shutdown callbacks... | |
~ Compiling routes... | |
~ Activating slice 'MerbAuthSlicePassword' ... | |
merb : worker (port 4000) ~ Starting Mongrel at port 4000 | |
merb : worker (port 4000) ~ | |
merb : worker (port 4000) ~ FATAL: Could not bind to 4000. It was already in use | |
merb : worker (port 4000) ~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
kill `ps | grep -i ruby | awk {'print $1'}` | |
./bin/merb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment