Provides resources for provisioning Fedora Commons repository modules in Karaf.
Fedora Commons Repository modules are built as OSGi bundles. This project makes it easy to provision these bundles in a Karaf-based runtime. You will need at least version 4.x of Karaf to deploy Fedora modules.
In order to install Fedora modules in Karaf, you must first add the fcrepo-karaf
feature repository. In the Karaf console:
karaf> feature:repo-add mvn:org.fcrepo/fcrepo-karaf/LATEST/xml/features
To list the available fcrepo
modules:
karaf> feature:list | grep fcrepo
And to install individual fcrepo
modules:
karaf> feature:install fcrepo-http-api