Skip to content

Instantly share code, notes, and snippets.

@jackkinsella
Created April 27, 2010 12:28
Show Gist options
  • Save jackkinsella/380683 to your computer and use it in GitHub Desktop.
Save jackkinsella/380683 to your computer and use it in GitHub Desktop.
Set up Ruby on Rails on Ubuntu 9.10
sudo apt-get install build-essential
sudo apt-get install ruby rdoc ri irb libyaml-ruby libzlib-ruby libopenssl-ruby ruby-dev
sudo apt-get rubygems1.8
sudo gem update --system
sudo apt-get -y install git-core
sudo gem install rails SystemTimer ruby-debug ruby-debug-ide
sudo apt-get install libsqlite3-dev sqlite3 sqlite3-doc
sudo gem install sqlite3-ruby
sudo apt-get install imagemagick libmagickcore-dev
sudo gem install rmagick
sudo gem install ZenTest rspec cucumber factory_girl
sudo gem i test_notifier && echo "require 'test_notifier/autotest'" >> ~/.autotest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment