Section Introduction
This section will teach you how to setup your environment to start building Ruby on Rails applications, starting with the command line and working through each installation step.
Guide Tasks
  • Read Tutorial
  • Watch Guide Video
Video locked
This video is viewable to users with a Bottega Bootcamp license

In this first section, we're going to focus on environment configuration. We'll specifically walk through the process to setup your system to run Ruby and Rails based applications.

If you already have the Rails system setup, feel free to skim over these guides. It is recommended if you use a text editor such as sublime you view that guide. There is also a "deep dive" section on more advanced ways to use the command line.

If you don't have a Rails system setup, then go through each section. These guides have step-by-step instructions, including the exact commands to run, and the items you will need to install, for your programming environment. This includes Ruby and RVM, the postgres database, working with Git and all the everything you need to start building Rails Apps.