fastpass on Ubuntu 16.04 via Vagrant
The repo contains a simple vagrantfile together with a setup bash script to create a UBUNTU 16.04 virtual machine which installs all the prerequsites for Fastpass: A Centeralized "Zero-Queue" Datacenter Network. It will compile certain components of fastpass.
- Vagrant
- VirtualBox or any other virtualization softwares supported by Vagrant.
git clone https://github.com/long-gong/fastpass-vm.git
cd fastpass-vm
vagrant up
Note that it will take you tens of minutes to setup the VM.