Wednesday, February 11, 2009

Installing Ruby on Rails in Linux

First find the tar package from this link
Click Here to get rubygems-1.8.6.tar.gz

Then follow these commands

tar xzf ruby-1.8.6.tar.gz
cd ruby-1.8.6
./configure
make
make test
sudo make install

No comments:

Post a Comment