NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Find the src.main/resources folder in the graph-resolve root folder and edit the application.properties to match you Arangodb install.


Code Block
languagebash
server.error.whitelabel.enabled=false

...

Code Block
languagebash



hostName=localhost:8080

address=127.0.0.1

port=8529

protocol=HTTP_JSON

usr=root

pwd=lexgrid

...

You may choose not to install the sample data or other terminologies and append -DskipTests to build without testing

mvn clean install -DskipTests 


If the build is successful, the resulting war file will be in the target directory

...