Skip to content
Christian Gendreau edited this page Aug 28, 2013 · 17 revisions

How to setup Vascan from source

Project dependency

Some dependencies of VASCAN still need to be solved manually.

Clone the VASCAN project

git clone git://github.com/Canadensys/vascan.git

Configuration

You need to provide Vascan your configuration file named vascan-config.properties in the `config/local' folder.

Run Vascan locally

gradle –daemon clean runLocal
Clone this wiki locally