This docker file depends on the FLAT base image, and the use of the Mulgara triple store for the resource index. Mulgara is the default in Fedora Commons, but can be replaced by another triple store, e.g., Blazegraph.
- OAI PMH endpoint preconfigured to provide access to the CMD records, accessible via: http://IP/flat/oaiprovider/
docker build -t flat ./add-proai-to-flat
docker run -p 80:80 -v ~/my-resources:/lat -it flat
This docker setup is provided for installations that can't (yet) replace Mulgara by Blazegraph.