Skip to content

OSGi Provisioning

Aaron Coburn edited this page May 26, 2020 · 5 revisions

The core Trellis components can be deployed in an OSGi container such as Karaf.

In Karaf, these features can be installed after first provisioning a concrete RDF implementation (e.g. Jena). Note: the version numbers below are included for reference. A user should generally use the latest released version of the components.

feature:repo-add mvn:org.apache.jena/jena-osgi-features/RELEASE/xml/features
feature:repo-add mvn:org.trellisldp/trellis-karaf/RELEASE/xml/features
feature:install commons-rdf-jena

Now, the desired Trellis features can be installed:

feature:install trellis-api trellis-http trellis-constraint
Clone this wiki locally