-
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.
VASCAN uses Gradle as build management tool. The build has been tested with Gradle 2.1 but we are using the Gradle Wrapper (gradlew
) to ensure stability in build process.
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.
./gradlew –daemon clean runLocal