Skip to content

Latest commit

 

History

History

add-proai-to-flat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Add Proai to FLAT (deprecated)

Requirements

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.

Provides

Building the image

docker build -t flat ./add-proai-to-flat

Running the image

docker run -p 80:80 -v ~/my-resources:/lat -it flat

Additional configuration

Notes

This docker setup is provided for installations that can't (yet) replace Mulgara by Blazegraph.

References