Building development version failed (maven) #5525
-
Hello everybody, i was trying to build the latest kitodo version from the master branch according to the following instructions: Build development version of Kitodo 3.x.
Have I done something wrong here or forgotten something? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Seems that the documentation page is not up to date. To run the
Then navigate to the Kitodo-DataManagement directory and call the
In our workflow you will also find a corresponding example. Or there is a script to build the Docker image resources of Kitodo.Production. However, you can also use the Docker image directly. https://github.com/slub/kitodo-production-docker |
Beta Was this translation helpful? Give feedback.
Seems that the documentation page is not up to date. To run the
mvn flyway:baseline -Pflyway
, you need to build the dependencies of Kitodo.Production in your Maven repository.mvn clean install -DskipTests
Then navigate to the Kitodo-DataManagement directory and call the
flyway
commands:cd ./Kitodo-DataManagement && mvn flyway:baseline -q -Pflyway && mvn flyway:migrate -q -Pflyway
In our workflow you will also find a corresponding example.
Or there is a script to build the Docker image resources of Kitodo.Production.
However, you can also use the Docker image directly. https://github.com/slub/kitodo-production-docker