Skip to content

Instantly share code, notes, and snippets.

@tylerjohnst
Created May 14, 2010 12:59
Show Gist options
  • Save tylerjohnst/401124 to your computer and use it in GitHub Desktop.
Save tylerjohnst/401124 to your computer and use it in GitHub Desktop.

Installing Rails on Ubuntu 10.04 LTS

sudo apt-get install build-essential libsqlite3-dev
sudo apt-get install ruby1.9.1
wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.6.tgz
tar -zxf rubygems-1.3.6.tgz
cd rubygems-1.3.6
sudo ruby setup.rb
sudo gem install tzinfo builder memcache-client rack rack-test rack-mount erubis mail text-format thor bundler i18n sqlite3-ruby
sudo gem install rails --pre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment