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
- Ruby on Rails
- Great Ruby on Rails Sites and Blogs
- Beautiful and Efficient File Upload Using Flash and Ruby on Rails
- Ubuntu Howto: Install Xen
- Ubuntu Howto: Install Sun Java
Popular Related Items »
Incoming search terms
- ruby on rails ubuntu 9 10
- install ruby ubuntu 9
- ubuntu rails path
- rails path ubuntu
- ubuntu ruby howto
- ubuntu gem
- install ruby on rails ubuntu 9 10
- ubuntu 9 rails
- rails ubuntu 9
- gem install rails path
- ruby on rails ubuntu 9
- ubuntu 9 install ruby
- ruby path ubuntu
- install ruby on rails ubuntu 9 04
- install ruby on rails ubuntu 9
- ubuntu ruby path
- rails ubuntu 9 10
- install rails ubuntu 9
- install rails ubuntu 9 10
- install ruby ubuntu 9 10
- ubuntu ruby tutorial
- install ruby on ubuntu 9
- ubuntu 9 ruby on rails
- ubuntu 9 10 ruby on rails
- ruby ubuntu path
- rails ubuntu path
- ruby install path
- ubuntu ruby on rails
- ruby ubuntu tutorial
- ruby on rails ubuntu tutorial
- install rails on ubuntu 9 10
- rails on ubuntu 9
- install rails on ubuntu 9
- ubuntu ruby on rails howto
- install ruby on rails on ubuntu 9 04
- ubuntu 9 ruby
- ruby rails ubuntu 9 10
- ubuntu 9 10 rails
- ruby tutorial ubuntu
- ubuntu rails oracle
- install ruby on rails on ubuntu 9 10
- ruby ubuntu 9 10
- ruby on rails ubuntu howto
- ubuntu rails tutorial
- ubuntu ruby on rails tutorial

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….