- Download the newest version of VirtualBox
- Download the newest version of Vagrant
git clone git@github.com:bekkopen/devops-kurs.git
cd devops-kurs
vagrant up
Try to start up the virtual machine (downloads a large image)vagrant ssh
Log in to the VMvagrant halt
Stop the virtual machine
If you're able to run vagrant ssh
without errors, you should be ok.
NB: For some PCs you might have to enable virtualization in the BIOS.