Chris Oliver Chris Oliver

Installing Ruby on Rails on Ubuntu 10.04

Jun 9, 2010

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


Continue reading

Simple Python Plugin System Changing the Ubuntu 10.04 Audio Channel Control