This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-site.git
commit 04df8a990891a82eb146632ec4cfdb0bc31ed11c Author: Oliver Lietz <[email protected]> AuthorDate: Mon Dec 25 13:46:02 2017 +0100 reorder paragraphs and adjust install step --- src/main/jbake/content/documentation/karaf.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/jbake/content/documentation/karaf.md b/src/main/jbake/content/documentation/karaf.md index 32181c7..efe7474 100644 --- a/src/main/jbake/content/documentation/karaf.md +++ b/src/main/jbake/content/documentation/karaf.md @@ -6,6 +6,12 @@ tags=karaf **NOTE:** Tested and built with Apache Karaf 4.2.0.M1 +## Sling Karaf Features + +A features repository for easy deployment of [Apache Sling](https://sling.apache.org) on [Apache Karaf](https://karaf.apache.org) (see [Provisioning](https://karaf.apache.org/manual/latest/#_provisioning) for details). + +([GitBox](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-karaf-features.git) | [GitHub](https://github.com/apache/sling-org-apache-sling-karaf-features)) + ## Sling Karaf Configs @@ -13,11 +19,6 @@ OSGi configurations for provisioning with Apache Karaf used in [Sling's Karaf Fe ([GitBox](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-karaf-configs.git) | [GitHub](https://github.com/apache/sling-org-apache-sling-karaf-configs)) -## Sling Karaf Features - -A features repository for easy deployment of [Apache Sling](https://sling.apache.org) on [Apache Karaf](https://karaf.apache.org) (see [Provisioning](https://karaf.apache.org/manual/latest/#_provisioning) for details). - -([GitBox](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-karaf-features.git) | [GitHub](https://github.com/apache/sling-org-apache-sling-karaf-features)) ## Sling Karaf Distribution @@ -39,9 +40,8 @@ You have to set `serviceRequirements=disable` in Karaf's `etc/org.apache.karaf.f karaf@root()> feature:install sling-quickstart-oak-tar -4) Install Launchpad Content and [Composum](https://github.com/ist-dresden/composum): +4) Install Launchpad Content (feature includes [Composum](https://github.com/ist-dresden/composum)): karaf@root()> feature:install sling-launchpad-content - karaf@root()> feature:install composum 5) Browse to [http://localhost:8181/](http://localhost:8181/). -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
