Vagrant Virtual Machine
For Mac development, we require both Vagrant and Parallels Pro as the provider to create the VM.
Basic Commands (run from your commandline in the CMS2 project)
"vagrant up" - build the VM.
"vagrant destroy" - destroy the VM.
"vagrant reload" - reinitialise the VM. Used mostly if you've slept your laptop and it hasn't recovered smoothly, or you can't SSH in.
"vagrant ssh" - connect to your VM via the command line.