Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Rob Bevan robbevan.com/blog

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Install Ruby, Gems and Rails with darwinports

   1  
   2  sudo port install ruby
   3  sudo port install rb-rubygems
   4  sudo gem install rails --include-dependencies
   5  sudo ln /opt/local/bin/ruby /usr/local/bin/ruby


Originally from http://labs.broqn.com/blog/2005/03/ruby-on-rails-with-darwinports/ (added --include-dependencies)
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS