As a first time user of Ruby and Rails, I was able to setup a sane environment on Ubuntu Server 12.04 (x64) in less than 10 commands:
1 2 3 4 5 6 7 8 |
|
And, if you already have a rails app to run, continue along with:
1 2 3 |
|
This will get you up and running with a dev server.