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 Rails On Ubuntu Hoary
Edit /etc/apt/sources.list and add the hoary-backports repository.
# hoary-backports # This includes packages from Breezy backported to Hoary. deb http://archive.ubuntu.com/ubuntu hoary-backports main universe
Update package information:
apt-get update
Install Rails:
apt-get install rails
And you’re done.





Comments
Snippets Manager replied on Mon, 2012/05/07 - 2:14pm
Snippets Manager replied on Mon, 2012/05/07 - 2:14pm