You should be able to download the installation files for your operating system here:
- Vagrant: https://www.vagrantup.com/downloads.html
- VirtualBox v6.0: https://www.virtualbox.org/wiki/Downloads
- Installing the VirtualBox guest additions plugin
vagrant plugin install vagrant-vbguest
Note: It is also possible to use libvirt, but we encourage you to use virtualbox.
In order to spin up the dev stack run:
bash init-vm.sh
vagrant ssh
> cd /vagrant/
If you are using this OS, you may well need to fix some permission settings before successfully spinning the VM. Follow these steps:
- Fix permissions in preferences -> security & privacy (click the lock icon, then "allow permissions" for Oracle)
- Restart your computer
sudo reboot
- Restart VirtualBox by doing:
sudo "/Library/Application Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh" restart