Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable profiles #46

Merged
merged 5 commits into from
Oct 19, 2022
Merged

Enable profiles #46

merged 5 commits into from
Oct 19, 2022

Conversation

bertsky
Copy link
Member

@bertsky bertsky commented Oct 19, 2022

First step on the way to allow running Kitodo.Production independently.

Simplifies selection of modules, using more intuitive concepts. Reduces the deviation between using the Makefile and standalone docker compose commands.

Will of course further depend on #44 for the separation of Kitodo data into example data (not necessary for standalone Kitodo) and OCR extensions.

@bertsky bertsky requested a review from markusweigelt October 19, 2022 10:55
@markusweigelt markusweigelt merged commit d77b7bc into slub:main Oct 19, 2022
@@ -41,7 +41,7 @@ prepare: prepare-keys prepare-examples
ssh-keygen -t rsa -q -f $@ -P '' -C 'Kitodo.Production key'
ifeq ($(findstring with-kitodo-production,$(COMPOSE_PROFILES)),)
@echo "You should now install the private key $@ to your own Kitodo.Production instance,"
@echo "or conversely install the existing public key of your Kitodo.Production instance to ./ocrd/controller/.ssh/authorized_keys"
@echo "or conversely install the existing public key of your Kitodo.Production instance to ./ocrd/manager/.ssh/authorized_keys"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, well spotted!

@bertsky bertsky deleted the enable-profiles branch December 14, 2023 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants