Download and install VirtualBox for macOS hosts.
!! Make sure to allow VM and Vigrant on macOS in System Preferences > Security & Privacy
Download and install Vagrant.
!! Make sure to allow VM and Vigrant on macOS in System Preferences > Security & Privacy
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-reload
vagrant plugin install vagrant-scpSee all the VMs in bin/create_dataset.sh or the Vagrant Config file.
!!NB: If you get an error like "The IP address configured for the host-only network is not within the allowed ranges. Please update the address used to be within the allowed ranges and run the command again. Address: 192.168.20.2 Ranges: 192.168.56.0/21", you need to update the Vagrant Config file to allow the IP address. Create touch /etc/vbox/networks.conf with * 0.0.0.0/0 ::/0 inside of it.
- To be announced
- To be announced