« Three weeks later... I got my mac back | Main
November 07, 2005
RubyOnRails on Linux
Download Ruby
tar -xzvf the downloaded tarbal in /usr/local/src
Configure with ./configure and make install
Download gems
ruby setup.rb - installs gems
gems update - to have the latest version of gems
gem install rails - installs rails
Posted by Hazi at November 7, 2005 09:25 PM