You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2017/10/27 14:21:57 UTC

[sling-org-apache-sling-starter] branch master updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e0e302  Update README.md
1e0e302 is described below

commit 1e0e302acc397dd3408b13dac67a4d52d6875386
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Oct 27 16:21:56 2017 +0200

    Update README.md
---
 README.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index ce9c6c8..712a915 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,19 @@
-# Apache Sling Launchpad Builder
+# Apache Sling Starter
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
-The Launchpad Builder project produces both a Standalone Java Application which
+The starter project produces both a Standalone Java Application which
 contains everything needed to run the Launchpad in a single JAR file and a Web
 Application.
 
-How to run the Sling launchpad/builder module in Standalone mode
+How to run the Sling Starer module in Standalone mode
 ----------------------------------------
 
   NOTE: "mvn clean" deletes the "sling" work directory in the project base
         directory. It is advisable to use a work directory outside of the
         project directory.
 
-1) Build the Sling Launchpad using 
+1) Build the Sling Starter using 
 
 	mvn clean install
 	
@@ -21,22 +21,22 @@ in the current directory.
 
 2) Start the generated jar with
 
-	 java -jar target/org.apache.sling.launchpad-8.jar 
+	 java -jar target/org.apache.sling.starter-10-SNAPSHOT.jar 
 	 
-Use the correct version number instead of 8, if needed.
+Use the correct version number instead of 10-SNAPSHOT, if needed.
 
 3) Browse Sling in:
 
         http://localhost:8080
 
-How to run the Sling launchpad/builder module in webapp mode
+How to run the Sling Starter module in webapp mode
 ----------------------------------------
 
-1) Build the Sling Launchpad using 
+1) Build the Sling Starter using 
 
 	mvn clean install
 	
 in the current directory.
 
-2) Deploy target/org.apache.sling.launchpad-8.war to your favorite application
-server or servlet container.
+2) Deploy target/org.apache.sling.starter-10-SNAPSHOT.war to your favorite application
+server or servlet container. Servlet 3.1 is a minimum requirement for the web app.

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].