Locked lesson.
About this lesson
Create a new Ruby on Rails project, named Pinteresting.
Exercise files
Download this lesson’s related exercise files.
Create Pinteresting Project.docx59.9 KB Create Pinteresting Project - Solution.docx
57.4 KB
Quick reference
Create Pinteresting Project
In this lesson we'll create a new Ruby on Rails project, named Pinteresting.
When to Use
You should do this whenever you want to create a new Ruby on Rails project.
Instructions
To create a new Ruby on Rails project named "Pinteresting", navigate to the C directory of your computer by typing this command into the git bash terminal:
cd /c/
Once in the C directory, create a new Rails project with this command:
rails new pinteresting
Once the installation is complete, update bundler by typing this command:
gem install bundler
Login to download
Lesson notes are only available for subscribers.