Been curios about Ruby on Rails for quite sometime. Well, it’s time to have one on my system. I’m about to install it on my system using the following steps:
sudo su
apt-get install build-essential
apt-get install ruby rdoc libopenssl-ruby
wget http://production.cf.rubygems.org/rubygems/rubygems-1.8.5.tgz
tar zxvf rubygems-1.8.5.tgz
cd rubygems-1.8.5
ruby setup.rb
ln -s /usr/bin/gem1.8 /usr/local/bin/gem
gem install rails
gem server
Open http://localhost:8808/
