WEBVTT

00:06.430 --> 00:13.600
As I've said, Vagrant can be installed on Linux, Windows and macOS and the other two uses rubber.

00:13.630 --> 00:17.320
The package includes an embedded rubber interpreter.

00:17.350 --> 00:25.090
The only other requirement is a virtualization tool such as VirtualBox.

00:25.090 --> 00:33.940
The Oracle's VirtualBox provider is available for free and is included in Built in with Vagrant, so

00:33.940 --> 00:40.410
we can use and install VirtualBox in order to use Vagrant during the course.

00:40.420 --> 00:47.760
You can also use them there or Hyper-V with Windows operating system.

00:47.770 --> 00:57.700
Now we can start installing VirtualBox so that we can use Vagrant built in VirtualBox provider and vagrant

00:57.700 --> 00:58.500
itself.

00:58.510 --> 01:08.530
You can download VirtualBox from virtualbox dot org and it's an open source tool sponsored by Oracle

01:08.530 --> 01:14.250
which lets you create, manage and use virtual machines on your own computer.

01:14.260 --> 01:22.930
Now to install VirtualBox on Ubuntu machine, you should change to a pseudo mode and run apt update

01:22.930 --> 01:32.920
then followed by apt upgrade and the command itself to install virtualbox which is apt install virtualbox

01:32.920 --> 01:33.970
and that's it.

01:34.000 --> 01:40.930
If the process goes smoothly, you'll get virtualbox virtual visor in a matter of minutes.

01:40.930 --> 01:47.500
You can check if virtualbox is installed correctly by typing virtualbox.

01:47.530 --> 01:57.280
After this simple steps you can go ahead and install vagrant itself by type typing apt install vagrant.

01:57.280 --> 01:58.380
And that's it.

01:58.390 --> 02:04.930
Two simple commands and you have two very robust tools on your machine.

02:04.930 --> 02:14.180
The process for installing VirtualBox and Vagrant on Windows machine or macOS is very similar.

02:14.200 --> 02:21.960
First, you download the tools themselves, choosing the correct version for Windows or macOS.

02:21.970 --> 02:32.080
Then you download Vagrant itself and install first VirtualBox and then vagrant on your either Windows

02:32.080 --> 02:33.840
or macOS machine.

02:33.850 --> 02:38.350
You'll have to reboot the machine to get the environment up and running.

02:38.380 --> 02:47.800
Then you can check if the vagrant is installed correctly by typing vagrant space dash dash version and

02:47.800 --> 02:53.920
the output should be the vagrant and the version of vagrant installed on your machine.

02:53.920 --> 02:54.820
For example.

02:54.820 --> 02:56.920
2.2.4.

02:56.950 --> 03:00.640
Now you can go ahead and start working with Vagrant.

03:00.940 --> 03:10.360
Now, in this demonstration I'll show how to download VirtualBox and install VirtualBox and download

03:10.360 --> 03:13.090
Vagrant and install vagrant.

03:13.120 --> 03:15.820
First, let's download VirtualBox.

03:15.820 --> 03:25.700
You should choose the correct version which co two for example version for macOS and save the file.

03:25.720 --> 03:30.760
It will take some time to download the file and then install it.

03:30.760 --> 03:34.420
And the same process goes for Vagrant.

03:34.420 --> 03:39.160
You should choose the correct version for your operating system.

03:39.160 --> 03:48.280
For example, macOS, save the file and go ahead and install these two tools on your system you may

03:48.280 --> 03:50.920
need to reboot after installing Vagrant.

03:50.920 --> 03:54.970
As I've said earlier, and of course the defaults are fine.

03:54.970 --> 04:00.490
You shouldn't change anything while installing the systems, the tools.

04:00.490 --> 04:07.990
So when the downloads are done, go ahead and find the files themselves and open them.

04:07.990 --> 04:14.890
Then double click the big file, click continue and go ahead with defaults.
