Installing NorfelloCMMS on Ubuntu (dapper)
This page is OBSOLETE. New version can be found here.
Some packages are in the universe section so check that your /etc/apt/sources.list file includes a line similar to this:
deb http://archive.ubuntu.com/ubuntu/ dapper universe
Install needed packages from apt
sudo apt-get update sudo apt-get install gcc make libc-dev gettext mysql-server ruby rdoc ruby1.8-dev libzip-ruby1.8 librmagick-ruby1.8 libredcloth-ruby libmysql-ruby
Install rubygems from sources
tar -xzf rubygems-VERSION.tgz cd rubygems-VERSION sudo ruby setup.rb config sudo ruby setup.rb sudo gem update
Install rails and gettext with rubygems.
sudo gem install -y gettext rails
Now you can proceed to ConfiguringNorfelloCmms.