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 Maven to build Bundle-Bee.

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.

Also available in: HTML TXT