Saturday, September 10, 2005

Installing Ruby on Rails

The first step in the learning process is actually installing Ruby on Rails into my computer. I have a Dell Inspiron 5000 with Ubuntu 5.04. Installing rails is as simple as adding hoary-backports repository to /etc/apt/sources.list and do an apt-get update and apt-get install rails.

Here is the installation instructions for Ruby on Rails on Ubuntu.