Designed to used with:
- Docker-compose service
- ISLE 8 Mariadb container
- The Drupal 8 site
Based on:
Contains:
- Fedora
5.1.0
- Tomcat
8.5.x
- Islandora SYN
1.1.0
- OpenJDK
8
- Versions 11 & 13 on with Tomcat 9 fail using Fedora 5.
- TBD fixes and testing from Fedora community, using Tomcat 8 & OpenJDK 8 to match Islandora Playbook versions
In order to build locally, run this command
docker build -t isle-fcrepo:mvp3-alpha .
Born-Digital is currently supplying pre-built images from their Docker Hub registry. This image and others are currently used in the isle-dc
docker-compose.yml until the official Islandora Dockerhub account becomes available.
You can pull this image e.g. docker pull borndigital/isle-fcrepo:mvp3-alpha
or performing docker-compose pull
from within a local isle-dc
project directory.
To run the container, you'll need to do the following:
- Run the install script for creating the fedora database on the ISLE8 Maria Db container. This is included as a seperate script called
install-fedora.sh
in the scripts directory.- Within a terminal,
bash isle-dc/scripts/install-fedora.sh
- Within a terminal,
To test Fedora,