From Fedora Project Wiki
Cschmittiey (talk | contribs) (fixed some formatting, still working on code blocks...) |
Cschmittiey (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
=== Getting Started === | === Getting Started === | ||
First off, we'll install Ruby. Open a terminal (by going to Applications -> System -> Terminal) and type the following: | First off, we'll install Ruby. Open a terminal (by going to Applications -> System -> Terminal) and type the following: | ||
<code> | |||
sudo yum install ruby | sudo yum install ruby | ||
</code> |
Revision as of 19:25, 2 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 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