Skip to content

Instantly share code, notes, and snippets.

@littlebtc
Created April 13, 2010 12:35
Show Gist options
  • Select an option

  • Save littlebtc/364558 to your computer and use it in GitHub Desktop.

Select an option

Save littlebtc/364558 to your computer and use it in GitHub Desktop.
sudo gem install mongrel
// Start
mongrel_rails start -d -p 3838 -P ~/git/mongrel.pid
// Stop
mongrel_rails stop ~/git/mongrel.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment