We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The demo_content subcommand does not utilize the DOMAIN variable if edited from the default of "islandora.traefik.me".
demo_content
DOMAIN
Steps to reproduce:
sed -i "s/^DOMAIN=islandora.traefik.me/DOMAIN=$HOSTNAME/" sample.env make demo
Error message:
... cd islandora_workbench && docker run -it --rm --network="host" -v "/opt/isle-dc"/islandora_workbench:/workbench --name my-running-workbench workbench-docker bash -lc "./workbench --config /workbench/islandora_workbench_demo_content/example_content.yml" Error: Content type islandora_object does not exist on https://islandora.traefik.me. make[1]: *** [Makefile:478: demo_content] Error 1 make[1]: Leaving directory '/opt/isle-dc' make: *** [Makefile:133: demo] Error 2
Proposed resolution: sed the "host" value in islandora_workbench/islandora_workbench_demo_content/example_content.yml.
sed
islandora_workbench/islandora_workbench_demo_content/example_content.yml
The text was updated successfully, but these errors were encountered:
PR #334
Sorry, something went wrong.
#334 merged so closing this issue
No branches or pull requests
The
demo_content
subcommand does not utilize theDOMAIN
variable if edited from the default of "islandora.traefik.me".Steps to reproduce:
Error message:
Proposed resolution:
sed
the "host" value inislandora_workbench/islandora_workbench_demo_content/example_content.yml
.The text was updated successfully, but these errors were encountered: