Installing Vagrant
Vagrant is a cross-platform tool that can be installed on Windows, Linux, or macOS. Installation can be done in two ways: either manually or via a script in Windows.
Installing manually on Windows
To install Vagrant manually on Windows, perform the following steps:
- Go to the official download page (https://www.vagrantup.com/downloads), click on the Windows tab, and download the MSI package corresponding to your operating system's CPU type (either 32 bits or 64 bits).
- After downloading, click on the downloaded MSI file and select the installation directory (keep the default value):
![Figure 5.1 – Vagrant Setup folder choice](https://static.packt-cdn.com/products/9781801818964/graphics/image/B17725_05_001.jpg)
Figure 5.1 – Vagrant Setup folder choice
- Then, click on the Install button:
![Figure 5.2 – The Vagrant Setup Install button](https://static.packt-cdn.com/products/9781801818964/graphics/image/B17725_05_002.jpg)
Figure 5.2 – The Vagrant Setup Install button
You have learned how to install Vagrant manually on a Windows system. In the next section, we will discuss the installation of Vagrant using Chocolatey or a...