Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 869 Bytes

File metadata and controls

17 lines (13 loc) · 869 Bytes

Prerequisites for attendees

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:

vagrant init ubuntu/trusty64
vagrant up --provider virtualbox
  • Within the virtual machine make sure you install NodeJS and NPM from here
  • Within the virtual machine make sure you install Python 2.7 here