Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.11 KB

Vagrant Script for CamFlow

Vagrant script for quick demo VM setup.

Installation

In order to run the vagrant image you first need to install the following three softwares:

Download the version corresponding to your OS and architecture (e.g. Windows x64).

On Ubuntu simply:

sudo apt-get install virtualbox
sudo apt-get install vagrant

Note: we advise to run the latest version as vagrant is prone to various version compatibility issue.

Instructions