Skip to content

openlibraryenvironment/gokb-import

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOKb-Import

Setup

$ git clone https://github.com/openlibraryenvironment/gokb-import.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

About

A spare hand when needed ..

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 94.5%
  • CSS 3.9%
  • Batchfile 1.2%
  • Other 0.4%