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-3 of 3 total  RSS 

Install fcgi gem after installing FastCGI with darwinports

sudo gem install fcgi -- --with-fcgi-dir=/opt/local

Install Ruby, Gems and Rails with darwinports

sudo port install ruby
sudo port install rb-rubygems
sudo gem install rails --include-dependencies
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)

Update darwinports

cvs -d :pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od login
cvs -d :pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od update -P darwinports


or, if you didn't get the source from CVS:

sudo port -d selfupdate
« Newer Snippets
Older Snippets »
Showing 1-3 of 3 total  RSS