Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 914 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 914 Bytes

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