vagrant-test

  1. Download and install VirtualBox
  2. Download and install Vagrant
  3. 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
  4. Run vagrant up to set up the vm
  5. 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