/fcrepo-karaf

Provides resources for running a Fedora Commons repository framework in Karaf

Apache License 2.0Apache-2.0

fcrepo-karaf

Provides resources for provisioning Fedora Commons repository modules in Karaf.

Build Status

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.

Installation

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

Maintainers