Last active
September 9, 2019 05:46
-
-
Save skobba/3016b335833140eae656194a45d6d40d to your computer and use it in GitHub Desktop.
fdk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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