Skip to content
Christian Gendreau edited this page Jun 2, 2015 · 17 revisions

How to setup Vascan from source

Project dependencies

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

./gradlew –daemon clean runLocal
Clone this wiki locally