This docker file depends on the FLAT base image and the FLAT Islandora SOLR image.
- OAI PMH endpoint preconfigured to provide access to CMD (and OLAC) records, accessible via: http://IP/flat/oai2
docker build -t flat ./add-islandora-oai-to-flat
docker run -p 80:80 -v ~/my-resources:/lat -it flat
The configuration still needs some manual work. Out of the box the cmd
and olac
still deliver the DC datastream. Currently this should still be manually updated to map to the right datastream!