Skip to content

Instantly share code, notes, and snippets.

@juanm55
Created December 20, 2011 11:55
Show Gist options
  • Save juanm55/1501335 to your computer and use it in GitHub Desktop.
Save juanm55/1501335 to your computer and use it in GitHub Desktop.
setting up a rails env in ubuntu!
I recommend getting the 10.04 LTS version meanwhile, but if you feel "edgy" you can get the latest one (though I haven't tested how easy it is to install Ruby there)
OS:
http://www.ubuntu.com/download/ubuntu/download
RUBY and everything else using RVM:
http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/
Firefox: 1st uninstall the default one (is not linked to the ones in the repositories -- easily done through Ubuntu Software Center)
then in the terminal =>
sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update
sudo apt-get install firefox ubufox
Chromium (Chrome open source):
From the Ubuntu Software Center
Opera:
http://blog.sudobits.com/2010/05/15/how-to-install-opera-in-ubuntu-10-04/
you may want to get these pimp-out personalizations for gedit (default text editor in ubuntu 10.04)
https://github.com/gmate/gmate
and of course install gedit plugins: sudo apt-get install gedit-plugins
hope it helps!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment