DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Install Guide For Getting Rails Working On Kubuntu
// and the stuff I want to use for image manipulation (acts_as_atatchent)
// Might have to run these steps line by line (or in blocks) copy paste of the whole lot didn't work one time
sudo apt-get install ruby rubygems irb ri rdoc ruby1.8-dev build-essential sudo gem install rails --include-dependencies export PATH=$PATH:/var/lib/gems/1.8/bin sudo apt-get install libmysql-ruby mysql-server sudo apt-get install imagemagick dpkg -l | grep magick sudo apt-get install libmagick9-dev sudo gem install rmagick





