Closed DonRichards closed 1 year ago
Continuing on efforts originally here https://github.com/Islandora-Devops/isle-dc/pull/330
The default Drupal password could contain characters that could be interpreted as syntax; this should help escape the characters.
This also adds the domain change to the demo content function.
cp -r secrets/template/* secrets/live/
cp sample.env .env
make starter_dev
make demo_content
It should complete without errors, the site should now show the imported content and if you check islandora_workbench/islandora_workbench_demo_content/example_content.yml file it should look like this
task: create host: https://test.traefik.me/ username: admin password: ";password" input_dir: /workbench/islandora_workbench_demo_content/demo_content_files input_csv: demo_content.csv allow_missing_files: true allow_adding_terms: true media_use: "'Thumbnail Image'|'Original File'" log_json: true
Continuing on efforts originally here https://github.com/Islandora-Devops/isle-dc/pull/330
The default Drupal password could contain characters that could be interpreted as syntax; this should help escape the characters.
This also adds the domain change to the demo content function.
How to test
cp -r secrets/template/* secrets/live/
cp sample.env .env
) and change domain from DOMAIN=islandora.traefik.me to DOMAIN=test.traefik.memake starter_dev
or any other method to get isle-dc runningmake demo_content
It should complete without errors, the site should now show the imported content and if you check islandora_workbench/islandora_workbench_demo_content/example_content.yml file it should look like this