For Windows users only
If you plan to use Windows O/S for working on labs of this workshop, you are advised to install Linux based virtual machine to avoid common connectivity issues. The easiest way of doing it is by installing VirtualBox and Vagrant.
Please perform the following:
- Install VirtualBox
- Install Vagrant
- Install Ubuntu/Trusty64 box by running the following commands
vagrant init ubuntu/trusty64
vagrant up --provider virtualbox