Islandora-Devops / isle-dc

ISLE 8 - Dockerized Islandora 8 Deployment orchestrated with docker-compose
MIT License
23 stars 60 forks source link

make demo fails to build #355

Closed MPavleski closed 1 year ago

MPavleski commented 1 year ago

The command make demo fails in the Development branch, commit 8b7e11cbc485eaf998d665d1e2ed68c0d4f41be0.

Relevant log: ` docker compose exec -T drupal with-contenv bash -lc "drush si -y islandora_install_profile_demo --account-pass 'PASS'"

You are about to:

joshdentremont commented 1 year ago

Make demo has been removed as of https://github.com/Islandora-Devops/isle-dc/pull/363

You can now use make starter instead and then add demo content. https://islandora.github.io/documentation/installation/docker-local/#demo-content

This can be closed now.

MPavleski commented 1 year ago

Thank you @joshdentremont .