×
×

Ubuntu 13.04 x64 Ruby on Rails 2.0.0p0 w/MySQL

Back

Ubuntu 13.04 x64 Ruby on Rails image

RoR - Ubuntu 13.04 with Ruby 2.0.0p0 and MySQL installed.

This image is based on the GoRails.com installation article.

Once the OS is installed and running, complete the following steps to bring your new Ruby on Rails development server online:

  • mysqladmin -u root password
  • create your first rails app
    • ..add the MySQL root password to your config/database.yml
  • run rake db:create

To access the Rails web interface:

Type http://server.ip:3000 in your preferred web browser.