hbz / laser-ygor

A spare hand when needed ..
0 stars 1 forks source link

Ygor

A spare hand when needed ..

Setup

$ git clone https://github.com/hbz/laser-ygor.git

For automatic updates, set up the following directory:

$ mkdir -p /var/lib/ygor/automaticUpdates

Config

Upload json result to Knowledge Base

ygor.enableGokbUpload = true|false

ygor.gokbApi.xrTitleUri   = 'http://localhost:8080/gokb/integration/crossReferenceTitle'
ygor.gokbApi.xrPackageUri = 'http://localhost:8080/gokb/integration/crossReferencePackage'

Running

In development environment

$ grails run-app

In production environment

$ grails prod run-app

Testing

Current normalizer and validator support - warning: tests are out of date.

$ grails test-app

Results are generated here

<projectDir>/target/test-reports