Ubuntu Howto: Install Ruby and Ruby on Rails

To install Ruby and RubyGems – the standard Ruby package manager:
cc@ubuntu:~$ sudo apt-get install ruby rubygems
then install Ruby on Rails using RubyGems:
cc@ubuntu:~$ sudo gem install rails --include-dependencies
or using apt-get (aptitude)
cc@ubuntu:~$ sudo apt-get install rails
and then create a new rails application:
cc@ubuntu:~$ rails path/to/your/new/application
cc@ubuntu:~$ cd path/to/your/new/application
cc@ubuntu:~$ ruby script/server
Check that everything works by pointing your browser to http://0.0.0.0:3000
Related posts:
- Howto Install Ruby and Ruby on Rails on Debian Etch 4.0
- Howto: Install Ruby and Rails on Debian or Ubuntu
- Howto install Ruby on Rails on Fedora Core 5 (fc5)
- Ubuntu and Ruby
- Ubuntu Howto: Install Oracle
- Great Ruby on Rails Sites and Blogs
- Beautiful and Efficient File Upload Using Flash and Ruby on Rails
- Ruby on Rails Cheat Sheet
- Ubuntu Howto: Install Sun Java
- Ruby on Rails
Popular Related Items »
Incoming search terms
- ruby on rails ubuntu 9 10
- install ruby ubuntu 9
- ubuntu rails path
- ubuntu ruby howto
- ubuntu gem
- rails ubuntu 9
- ubuntu 9 rails
- ruby on rails ubuntu 9
- install ruby on rails ubuntu 9 10
- install ruby on rails ubuntu 9 04
- gem install rails path
- ubuntu 9 install ruby
- install ruby on rails ubuntu 9
- rails path ubuntu
- rails ubuntu 9 10
- install rails ubuntu 9
- rails ubuntu path
- install rails ubuntu 9 10
- install rails on ubuntu 9 10
- ruby path ubuntu
- install ruby on ubuntu 9
- ubuntu ruby on rails
- rails on ubuntu 9
- ruby ubuntu path
- ubuntu 9 10 rails
- ruby rails ubuntu 9 10
- install ruby ubuntu 9 10
- ubuntu 9 ruby on rails
- ruby install path
- ruby on rails ubuntu tutorial
- ubuntu 9 10 ruby on rails
- install ruby on rails on ubuntu 9 04
- install rails on ubuntu 9
- ruby ubuntu 9
- ruby ubuntu 9 10
- path rails ubuntu
- ruby on rails ubuntu
- ubuntu ruby path
- installing ruby on ubuntu 9 10
- ubuntu rails tutorial
- install ruby on rails on ubuntu 9 10
- ubuntu ruby on rails howto
- ubuntu 9 ruby
- ruby ubuntu tutorial
- ubuntu rails oracle

Umuro said,
May 13, 2009 @ 21:43
Rails 2.3 provides new possibilities so far not shining in older tutorials. Templates mean faster project initiation. And latest developments mean lesser installation.
This tutorial is fully tested on Ubuntu Jaunty:
Rais101 Tutorial Ruby on Rails with Relations http://conceptspace.wikidot.com/blog:19
Get the taste of having a production quality online database in minutes….