In this guide we will install Vagrant box on VirtualBox.
- Download and install VirtualBox
- Download and install Vagrant
- Clone repository on your computer
git clone https://github.com/edtk/vagrant-box.git cd vagrant-box
- Run Vagrant box
vagrant up
- Connect to box via SSH
vagrant ssh
- Well done now you inside the box!