Skip to content

Instantly share code, notes, and snippets.

@bendo01
Created November 4, 2011 04:46
Show Gist options
  • Save bendo01/1338677 to your computer and use it in GitHub Desktop.
Save bendo01/1338677 to your computer and use it in GitHub Desktop.
usefull macports command
http://stackoverflow.com/questions/1817219/how-do-i-install-ruby-on-mac-leopard
port install ruby19+nosuffix
http://www.jotlab.com/2009/11/08/installing-ruby-on-rails-mysql-imagemagick-nginx-passenger-with-macports/
sudo port uninstall --follow-dependents portname
http://blog.ntrippy.net/2009/07/home-made-nginx-phusion-passenger-dep_01.html
sudo port uninstall nginx && sudo port clean nginx
//clean up all ports macports
sudo port -fp uninstall --follow-dependents installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment