Skip to content

Instantly share code, notes, and snippets.

@skobba
Last active September 9, 2019 05:46
Show Gist options
  • Select an option

  • Save skobba/3016b335833140eae656194a45d6d40d to your computer and use it in GitHub Desktop.

Select an option

Save skobba/3016b335833140eae656194a45d6d40d to your computer and use it in GitHub Desktop.
fdk
# Known issues
1. runAll.sh is not run -> run runAll.sh :)
2. Apache Jena - lock
delete lockfiles under ./fdk/data
3. nginx start to late
Make sure nginx start last.
# Install Java8 and/or Maven
./install-dependencies-mac.sh
./runAll.sh
brew install cast java11
brew install maven
# nOK
./runAll.sh
# OK
docker-compose up -d --build harvester
Did not need: docker-compose up -d --build harvester-api
# nOK
docker-compose up -d --build search
# Down
docker-compose down
# Registration
mvn clean install -B -T 2C -pl applications/reference-data -am ; docker-compose stop reference-data search ; docker-compose up -d
mvn clean install -B -T 2C -pl applications/registration-api -am
# user-api
./runDocker.sh user-api
# Harvester
Skatteetaten
http://registrering.fellesdatakatalog.brreg.no/catalogs/974761076
974761076
Datakatalog for UTOPIA REVISJON
http://registration-api:8080/catalogs/910244999
910244999
Skatt test
http://registrering.fellesdatakatalog.brreg.no/catalogs/974761076
974761076
Datakatalog for RAMSUND OG ROGNAN REVISJON
http://registration-api:8080/catalogs/910244132
910244132
# Bygger informationmodel-cat og henter dependencies
mvn clean install -pl applications/informationmodel-cat -am
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment