Created
November 4, 2011 04:46
-
-
Save bendo01/1338677 to your computer and use it in GitHub Desktop.
usefull macports command
This file contains 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
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