Islandora-Devops / isle-dc

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

Starter from codebase #336

Closed joshdentremont closed 1 year ago

joshdentremont commented 1 year ago

Added ability to make starter with a different codebase.

In .env we can change the Packagist repo to something other than the starter site, or we can clone our own codebase folder and run make starter from that.

To test:

  1. Run make starter as normal to get fresh starter site
  2. make clean
  3. Change the CODEBASE_PACKAGE variable in .env to another Packagist repo and run make starter to get a fresh install from that repo instead of the starter site
  4. make clean
  5. Put your own codebase folder in the isle-dc directory and run make starter. Instead of trying to pull from packagist it will just copy that into the container and run composer install