rod mclaughlinHow to Install Rails on Ubuntu 9 (05 may 09)
Ubuntu 9, 'Jaunty Jackalope', is out. I have version 9.04. It's a lot easier to install Rails than on Ubuntu 8. Here you go:
Choose Applications...Accessories...Terminal from the menu at the top, then enter sudo apt-get install rubygems [Enter password]
[Answer 'Y' to all questions]
[Think of a password for 'root' MySql user]
[Point browser at localhost:3000]
Back
|