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.

Unit tests

gradlew clean test

NOTE: In case of test failure pointing to canadensys-data-access library, VASCAN may required a different version than the latest that was checkout by default. You can have a look at the Travis CI file for more informations.

Run Vascan locally

./gradlew –daemon clean runLocal
Clone this wiki locally