From Fedora Project Wiki

(Created page with "This will be a Ruby CookBook soon!")
 
(added Getting Started)
Line 1: Line 1:
This will be a Ruby CookBook soon!
 
= Fedora Ruby Cookbook =
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.
 
 
== 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
}}}

Revision as of 23:38, 1 December 2012

Fedora Ruby Cookbook

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.


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 }}}