Skip to content

Commit

Permalink
Merge pull request #18 from Islandora-Devops/11-java-macos-readme
Browse files Browse the repository at this point in the history
Add README note about Java and Homebrew on macOS.
  • Loading branch information
rosiel authored Sep 20, 2023
2 parents 917e9cd + 243ecef commit afa3e82
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Template for building and customizing your institution's Islandora installation,
for use as both a development and production environment for your institution.

After confirming that [assumptions](#assumptions) match your use case, and you
have the appropriate [requirements](#requirements), follow the
have the appropriate [requirements
](#requirements), follow the
[instructions](#instructions) to set up your institution's Islandora
installation from this template.

Expand Down Expand Up @@ -76,6 +77,18 @@ See the [customizations](#customizations) steps afterwards about removing unwant
- [Docker 24.0+](https://docs.docker.com/get-docker/) **Referring to the Docker Engine version, not Docker Desktop**.
- [Docker Compose](https://docs.docker.com/compose/install/linux/) **Already included in OSX with Docker**
- [mkcert 1.4+](https://github.com/FiloSottile/mkcert)
## Java and macOS

mkcert seems to have problems when running on Java installed via Homebrew.
This is resolved by installing OpenJDK from an installer such as [temurin](https://adoptium.net/temurin/releases/) from the Eclipse foundation.

Be sure to set the JAVA_HOME environment variable to the correct
value, for version 20 of the temurin packaged installer linked above it is:

```
/Library/Java/JavaVirtualMachines/temurin-20.jdk/Contents/Home
```


# Automatic Setup

Expand Down

0 comments on commit afa3e82

Please sign in to comment.