git clone https://github.com/swookiee/swookiee-samples.git
cd swookiee-samples
cd runtime
mvn exec:exec
The Configuration part of the used runtime can be found in the /configproject.
By default the reporter is disabled. Either you enable it via the Configuration Admin
using the system console http://localhost:8080/system/console or you change the
content of the Configuration.yaml in src/main/resources.
You can go to any demo project and run mvn clean install -Pdeploy to install it.
When you have installed the demo.swagger project you will find the swagger-ui under
http://localhost:8080/swagger/index.html.