DEPLOYMENT SYSTEM OF MACHINES
To create the virtual machines (VM) of our project we will use Vagrant with a file Vagrantfile, where we define all the necessary configurations. At first, we will use the option –provision to lift the machine. This ensures that all the scripts and settings we put in the Vagrantfile are applied correctly during the initial … Read more