Islandora-Devops / isle-dc

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

Possible syntax error in check-secrets.sh #284

Closed edlington closed 2 years ago

edlington commented 2 years ago

Fresh clone of the latest build, commit 71eb5b5adc304c1a5541ddf025339efba5f2e2f8 Ran make local When prompted for secrets options I think I chose the second option After secrets are generated I get this error

Starting build/scripts/check-secrets.sh build/scripts/check-secrets.sh: line 160: docker-compose: command not found

Read some documentation, looks like it should be docker compose (no hyphen). I changed the docker-compose command in the script to docker compose Script no longer generating the "build/scripts/check-secrets.sh: line 160: docker-compose: command not found" error

Running isle-dc on centos

edlington commented 2 years ago

My bad. On the server docker-compose was not installed. Once it was installed, the error message no longer displays.