Setup Ubuntu for Ruby on Rails Developement

Source: Internet
Author: User

This is to setup a developement environment for Ruby 1.87 and rails 2.2.3 on Ubuntu 10.04 (LUCID ).
[Sourcecode Language = "bash"]
# Make sure Ubuntu is up to date
$ Sudo apt-Get update
$ Sudo apt-Get dist-Upgrade
# Install Ruby
$ Sudo apt-Get install ruby1.8-dev ruby1.8 ri1.8 rdoc1.8 irb1.8 libreadline-ruby1.8 libruby1.8 libopenssl-Ruby rubygems1.8
# Install sqlite3
$ Sudo apt-Get install sqlite3 libsqlite3-ruby1.8 libsqlite3-dev
# Install rails
$ Sudo gem install rails-V 2.2.3 -- no-ri -- no-rdoc
$ Sudo gem install ruby-debug-base ruby-debug-ide
[/Sourcecode]

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.