Skip to content

Instantly share code, notes, and snippets.

@gaza3g
Created November 3, 2012 08:09
Show Gist options
  • Save gaza3g/4006528 to your computer and use it in GitHub Desktop.
Save gaza3g/4006528 to your computer and use it in GitHub Desktop.
remove apache and sendmail mta auto start
sudo update-rc.d -f apache2 remove
sudo update-rc.d sendmail disable
rails s -e production -p 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment