###Prerequisite
To get started install these softwares on your host machine:
-
Install Vagrant, it is a wrapper around virtualization softwares like VirtualBox, VMWare etc.: http://www.vagrantup.com/downloads
-
Install VirtualBox, this would be your VM provider: https://www.virtualbox.org/wiki/Downloads
-
Install Git, it is a distributed version control system: https://git-scm.com/downloads
-
Install X Server and SSH capable terminal
###Basics
- Clone the
iSDXrepository from Github:
$ git clone https://github.com/h2020-endeavour/iSDX.git- Change the directory to
iSDX:
$ cd iSDX- Now run the vagrant up command. This will read the Vagrantfile from the current directory and provision the VM accordingly:
$ vagrant upThe provisioning scripts will install all the required software (and their dependencies) to run the SDX demo. Specifically it will install:
Run the different setups provided in the examples directory. Check out the test-ms example for a simple case with three IXP participants.