oslutions

about computers? well, it's all about the people anyway.


ruby on rails in 2 min on ubuntu dapper
Wednesday July 12th 2006, 8:20 am

install rails
$ sudo apt-get rails

create your first rails apps
$ rails /complete/path/to/new/railsapp

start the server
$cd /complete/path/to/new/railsapp
$ruby script/server

browse to http://localhost:3000/

some resources:
- ubuntu wiki
- onlamp article


No Comments so far
Leave a comment



Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

(required)

(required)