Installation

In this lesson, let's look at the dependencies we need to run the code in this course locally.

We'll cover the following...

The basics

The code uses Ruby version 2.7.1, although use of 2.7 features should be minimal, and we think anything from 2.6.0 and up should work. We recommend installing a Ruby version manager such as RVM, rbenv, or chruby.

The code uses PostgreSQL, so you’ll need to have that set up on your machine. And you’ll need ...