Slide 3
Slide 3 text
Workshop Tutorial
Step 1: Get to know the tools
Text editor
This is a fancy version of Notepad or TextEdit used for
writing and editing your code.
Terminal (aka Command Prompt on Windows)
A window where you can type commands to the
computer. This is where you will run the Rails server
which will allow you to view your application in your web
browser.
Web browser
e.g. Firefox, Safari, Chrome, for viewing your application.
Step 2: Creating the application
We’re going to create a new Rails app called railsgirls.
First, let’s open a terminal:
Mac OS X: Open Spotlight, type Terminal and click
the Terminal application.
Windows: Click Start and search for Command
Prompt, then click Command Prompt with Ruby on
Rails.
Linux (Ubuntu): Search for Terminal on the dash and
click Terminal.
Next, type these commands in the terminal – remember
to ask your coach to explain what each one means.