- Download and install VirtualBox
- Download and install Vagrant
- Clone this repo and
cd
into the directory. e.g. git clone https://github.com/vijaytripathi/vagrant-test.git ubuntu-trusty-gui cd ubuntu-trusty-gui - Run
vagrant up
to set up the vm - Run
vagrant ssh
to start a session on the vm
*** Incase of windows host ssh client would need to be installed. I used [git bash] (https://github.com/git-for-windows/git/releases/download/v2.6.2.windows.1/Git-2.6.2-64-bit.exe). No such requirment for Linux or Mac