Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 749 Bytes

full-distribution.adoc

File metadata and controls

20 lines (11 loc) · 749 Bytes

Building & running the custom distribution

Instead of installing the features on Apache ServiceMix or Apache Karaf you can use the full custom distribution which includes all features preinstalled.

The distribution is built automatically while building the demo.

  1. Build this project to deploy the bundles into your local maven repo

    mvn clean install
  2. Go to ops/order-service-full-runtime/target and unpack the distribution assembly according to the operating system you use

    cd ops/order-service-full-runtime/target
    tar xvf *.tgz
  3. Start Karaf

    order-service-full-runtime-1.0.0-SNAPSHOT/bin/karaf
  4. Test the interfaces