Installing Ruby on Rails on Ubuntu 10.04
It’s quite simple. Run these commands in terminal and you are set. The first command is for installing Ruby on Rails while the last ones are for installing the MySQL gem in order to use MySQL. This assumes you have MySQL as Benson pointed out.
sudo apt-get install build-essential rails
sudo apt-get install rubygems ruby-dev libmysql-ruby libmysqlclient-dev
sudo gem install mysql
or
Step 1: Download
Step 2: Install
Extract it:
tar xzvf ruby-enterprise-X.X.X.tar.gzRun the installer (completely safe, none of your system files will be touched!):
./ruby-enterprise-X.X.X/installer
Ruby in 20 min is truly amazing sir..........
ReplyDelete