Islandora-Devops / isle-dc

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

Rename the islandora_install_profile_demo to demo #281

Closed DonRichards closed 2 years ago

DonRichards commented 2 years ago

The was supposed to be removed already. This fixes the issue with demo

noahwsmith commented 2 years ago

Good catch, but really we want to use this variable rather than the hardcoded demo I think https://github.com/Islandora-Devops/isle-dc/blob/development/sample.env#L132

DonRichards commented 2 years ago

@noahwsmith Do you know where the logic is or determining was to execute for demo vs standard? Or is it demo vs local? Pointing to which docker-compose file to use, right?

noahwsmith commented 2 years ago

demo and local are different, primarily in that local doesn't try to give you any test data, and demo has always come with some test data. Is that what you were asking?