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.

  • A canadensys-data-access library in your local maven repository
  • git clone [email protected]:Canadensys/canadensys-data-access.git
  • mvn install
  • NOTE: be cautious of which git branch in canadensys-data-access you are working in. You can also have a look at the Travis CI file.
  • A Vascan database, see scripts here
  • A Vascan ElasticSearch index, see scripts here

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