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 09:25 PM | Comments (0)