-
Notifications
You must be signed in to change notification settings - Fork 2
Installation Guide
Christian Gendreau edited this page Jun 2, 2015
·
17 revisions
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'
- A Vascan database, see scripts here
- A Vascan ElasticSearch index, see scripts here
git clone git://github.com/Canadensys/vascan.git
You need to provide Vascan your configuration file named vascan-config.properties
in the config/local
folder.
./gradlew –daemon clean runLocal