From Fedora Project Wiki

(finally figured it out.)
m (s/was/is)
Line 3: Line 3:
This Cookbook will get you started with installing Ruby, and creating simple "Hello, World" projects with some popular frameworks such as Ruby on Rails, Shoes, Sinatra, and others.
This Cookbook will get you started with installing Ruby, and creating simple "Hello, World" projects with some popular frameworks such as Ruby on Rails, Shoes, Sinatra, and others.


This cookbook was based off of a factory-fresh Fedora 18 (Beta) release.
This cookbook is based off of a factory-fresh Fedora 18 (Beta) release.


=== Getting Started ===
=== Getting Started ===

Revision as of 14:38, 15 December 2012


This Cookbook will get you started with installing Ruby, and creating simple "Hello, World" projects with some popular frameworks such as Ruby on Rails, Shoes, Sinatra, and others.

This cookbook is based off of a factory-fresh Fedora 18 (Beta) release.

Getting Started

First off, we'll install Ruby. Open a terminal (by going to Applications -> System -> Terminal) and type the following:

sudo yum install ruby