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
The following commit(s) were added to refs/heads/master by this push:
new 20662d3 update documentation for running Sling on Karaf
20662d3 is described below
commit 20662d3a1cbe1f8dd33cc620b1335ec78e79b633
Author: Oliver Lietz <[email protected]>
AuthorDate: Fri Dec 22 16:29:21 2017 +0100
update documentation for running Sling on Karaf
---
src/main/jbake/content/documentation/karaf.md | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/src/main/jbake/content/documentation/karaf.md
b/src/main/jbake/content/documentation/karaf.md
index cb0f73b..32181c7 100644
--- a/src/main/jbake/content/documentation/karaf.md
+++ b/src/main/jbake/content/documentation/karaf.md
@@ -9,18 +9,21 @@ tags=karaf
## Sling Karaf Configs
-OSGi configurations for provisioning with Apache Karaf
+OSGi configurations for provisioning with Apache Karaf used in [Sling's Karaf
Features](#sling-karaf-features).
+([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)
+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
-A
[distribution](https://karaf.apache.org/manual/latest/#_custom_distributions)
of [Apache Sling](https://sling.apache.org) based on [Apache
Karaf](https://karaf.apache.org) (Sling's features and artifacts in a single
archive)
+A
[distribution](https://karaf.apache.org/manual/latest/#_custom_distributions)
of [Apache Sling](https://sling.apache.org) based on [Apache
Karaf](https://karaf.apache.org) ([Sling's Karaf
Features](#sling-karaf-features) and artifacts in a single archive).
+([GitBox](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-karaf-distribution.git)
|
[GitHub](https://github.com/apache/sling-org-apache-sling-karaf-distribution))
## Getting Started
@@ -32,13 +35,13 @@ You have to set `serviceRequirements=disable` in Karaf's
`etc/org.apache.karaf.f
karaf@root()> feature:repo-add
mvn:org.apache.sling/org.apache.sling.karaf-features/0.1.1-SNAPSHOT/xml/features
-3) Install a `sling-launchpad-*` (`oak-tar` | `oak-mongo`) feature:
+3) Install a Sling Quickstart feature, e.g. `sling-quickstart-oak-tar` or
`sling-quickstart-oak-mongo` (requires a running and configured MongoDB):
- karaf@root()> feature:install sling-launchpad-oak-tar
+ karaf@root()> feature:install sling-quickstart-oak-tar
-4) Install Launchpad content and Explorer:
+4) Install Launchpad Content and
[Composum](https://github.com/ist-dresden/composum):
karaf@root()> feature:install sling-launchpad-content
- karaf@root()> feature:install sling-extension-explorer
+ 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]>'].