Islandora-Devops / isle-dc

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

Update Make file for use again once build is working post-merge #26

Closed g7morris closed 4 years ago

g7morris commented 4 years ago
noahwsmith commented 4 years ago

Sounds like this is in progress from other people. I was going to add this

jwt_keys:
    scripts/generate_jwt_keys.sh

but I'll hand this back as I don't have much other input.

g7morris commented 4 years ago

@nikathone I'd like to assign this to you for testing again post-merge please.

nikathone commented 4 years ago

@g7morris sure. I should be able to test it before the end of the week.

g7morris commented 4 years ago

@nikathone During the course of your testing, can you review https://github.com/Islandora-Devops/isle-dc/pull/6 specifically @nigelgbanks 's recommendation for a fix https://github.com/Islandora-Devops/isle-dc/pull/6#discussion_r409754101

The issue is that the Docker Compose project name doesn't match the Makefile

From that PR:

Is this partially due to line 5 in the Makefile? docker_compose_project ?= islandora

[Followup] interesting. I replaced islandora with docker_compose_project ?= isle_dc_proto2b on line 5 and got make: *** [Makefile:23: up] Error 1