Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Deployment_to_Felix

Philipp Haussleiter edited this page Nov 25, 2015 · 1 revision

Deployment to Felix

Doesn’t work currently, due to some required Equinox-dependencies.

The easiest way to deploy to Felix is to first deploy to the local OBR. This can be easily done using Build with Maven.

Then, simply start Felix, add your local OBR URL and deploy the desired bundle, e.g. the manager bundle.

java -jar bin/felix.jar
-> obr add-url file://${your_home_dir}/.m2/repository/repository.xml
-> obr deploy "org.bundlebee.manager Plug-in"

Note that ${your_home_dir} has to be replaced with your actual home dir.
After the desired bundle is installed, it can be started with start.

Clone this wiki locally