Github user m4rkmckenna commented on a diff in the pull request:

    https://github.com/apache/brooklyn-docs/pull/44#discussion_r59375180
  
    --- Diff: guide/misc/osgi.md ---
    @@ -0,0 +1,63 @@
    +---
    +title: FAQ
    +layout: website-normal
    +---
    +
    +# Running Apache Brooklin inside Karaf container
    +
    +The Apache Brooklyn Karaf based distribution lives in 
brooklyn-server/karaf/apache-brooklyn folder.
    +
    +## Building
    +
    +{% highlight bash %}
    +cd brooklyn-server
    +mvn clean install
    +cd karaf/apache-brooklyn/target
    +tar -zxvf apache-brooklyn-{{ site.brooklyn-version }}.tar.gz
    +cd apache-brooklyn-{{ site.brooklyn-version }}
    +{% endhighlight %}
    +
    +## Running
    +
    +Start the instance using the following command
    +
    +{% highlight bash %}
    +bin/karaf
    +{% endhighlight %}
    +
    +To start in debug mode use
    +
    +{% highlight bash %}
    +bin/karaf debug
    +{% endhighlight %}
    +
    --- End diff --
    
    Might be worth mentioning `karaf clean` to reset config admin / installed 
features to default


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to