Vagrant - Link
Vagrant-Reload Plugin: vagrant plugin install vagrant-reload
Vagrant-HostManager Plugin: vagrant plugin install vagrant-hostmanager
Providers for VirtualBox, VMware and Parallels are pre-configured.
All hypervisors except VirtualBox will need a matching Vagrant provider plugin installed.
For Parallels: vagrant plugin install vagrant-parallels
To use the default settings, execute from repo root: vagrant up
Now sit back while Vagrant provisions your new development machine.
Provisioning can take many hours, be patient.
This is built for use with a Packer Windows 10 base image.
Packer setup repository: GitHub link
A pre-built default box will be downloaded on first run.
Default hypervisor settings are: 4 CPU's and 8 GB memory.
This can be changed in Vagrantfile
.
Look HERE for a list of installed and recommended software.