- The user has admin privileges on the development machine
- This solution was developed on a Windows 10 pro machine and so a similar machine is aussumed here
- At least 9GB of free RAM is available on the machine. Otherwise, Vagrantfile will need editing to adjust the available memory:
v.customize ["modifyvm", :id, "--memory", <MEMORY_ALLOCATION>]
- Latest version of Oracle VM VirtualBox
- Latest version of Git for Windows
- Latest version of Vagrant
- Install Vagrant Host Manager plugin by running the following command in the Git Bash terminal. This plugin updates the host files on both guest and host machines:
vagrant plugin install vagrant-hostmanager
- Install Vagrant Host Manager plugin by running the following command in the Git Bash terminal. This plugin updates the host files on both guest and host machines:
vagrant destroy --force
vagrant up --color