WEBVTT

00:00.690 --> 00:01.523
Instructor: In this video,

00:01.523 --> 00:04.260
we're going to install Scaffold onto our local machine.

00:04.260 --> 00:05.460
Now, the installation

00:05.460 --> 00:07.800
of Scaffold is gonna be very different depending upon

00:07.800 --> 00:09.870
the operating system you are running.

00:09.870 --> 00:11.430
You can find installation directions

00:11.430 --> 00:12.390
at this link right here.

00:12.390 --> 00:15.120
So scaffold.dev and so on.

00:15.120 --> 00:16.800
I'm gonna open up a new browser tab

00:16.800 --> 00:18.243
and navigate to that page.

00:19.110 --> 00:20.970
All right, so here's the Scaffold documentation

00:20.970 --> 00:23.130
for the Getting Started page right here.

00:23.130 --> 00:25.530
You can essentially ignore everything up at the top.

00:25.530 --> 00:26.910
We're really just gonna go straight down

00:26.910 --> 00:29.610
to Installing Scaffold right here.

00:29.610 --> 00:31.860
So you'll see that there are installation directions

00:31.860 --> 00:34.620
for Linux, Mac and Windows.

00:34.620 --> 00:35.790
Installation on Linux

00:35.790 --> 00:37.500
and Mac are gonna be pretty straightforward.

00:37.500 --> 00:39.150
So on Linux, just run those commands.

00:39.150 --> 00:40.410
That's pretty much it.

00:40.410 --> 00:43.260
On macOS, you can install Scaffold with Homebrew.

00:43.260 --> 00:45.390
I'm going to assume that if you've made it this far

00:45.390 --> 00:46.980
inside this course, you probably already

00:46.980 --> 00:48.540
have Homebrew installed.

00:48.540 --> 00:50.250
If you don't, and you try to run that command

00:50.250 --> 00:52.980
and see an error around, don't know what Brew is,

00:52.980 --> 00:54.060
then just make sure you go in

00:54.060 --> 00:56.610
and install Homebrew very quickly.

00:56.610 --> 00:57.690
Unfortunately, installation

00:57.690 --> 01:00.390
on Windows is a little bit more complicated.

01:00.390 --> 01:02.370
So this installation right here with Chocolatey,

01:02.370 --> 01:05.460
this is assuming that you have Chocolatey installed.

01:05.460 --> 01:09.150
That is a Python package manager for Windows.

01:09.150 --> 01:10.860
It's extremely possible that you

01:10.860 --> 01:13.860
might not have Chocolatey installed on a Windows machine,

01:13.860 --> 01:16.170
unless you are 100% sure that you have gone

01:16.170 --> 01:18.750
through that installation process previously.

01:18.750 --> 01:20.670
So if you do not have Chocolatey installed,

01:20.670 --> 01:22.620
I'd recommend going with these other options,

01:22.620 --> 01:24.480
which is to download the binary

01:24.480 --> 01:26.073
and then add it to your path.

01:27.060 --> 01:28.920
If you add something to a path on Windows,

01:28.920 --> 01:30.210
just do a quick Google search.

01:30.210 --> 01:32.110
It'll tell you exactly how to do this.

01:33.420 --> 01:35.070
Okay, so I'm using macOS.

01:35.070 --> 01:36.570
So I'm gonna run that command right there,

01:36.570 --> 01:38.550
brew install scaffold.

01:38.550 --> 01:43.550
Over at my terminal, I'll do a brew install scaffold,

01:44.700 --> 01:46.830
like so, and that's pretty much it.

01:46.830 --> 01:48.930
Now, I already have Scaffold installed on my local machine.

01:48.930 --> 01:50.220
So I'm just gonna see something that says,

01:50.220 --> 01:52.080
hey, you've already got this.

01:52.080 --> 01:54.180
All right, so once you get Scaffolded up and running,

01:54.180 --> 01:56.190
we'll take a quick pause, come back in the next video

01:56.190 --> 01:58.640
and start making use of it inside of our project.
