Author: sseifert
Date: Thu Dec 8 08:08:22 2016
New Revision: 1773194
URL: http://svn.apache.org/viewvc?rev=1773194&view=rev
Log:
switch to launchpad-8
Modified:
sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext
Modified:
sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext?rev=1773194&r1=1773193&r2=1773194&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext
(original)
+++
sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext
Thu Dec 8 08:08:22 2016
@@ -19,7 +19,7 @@ Once you grok the basic examples of this
## Prerequisites
-We'll start with the self-runnable jar from the Sling distribution, you only
need a Java 5 JDK. Download the latest release from the Sling
[Downloads](/downloads.cgi) page or by clicking this link:
[org.apache.sling.launchpad-7-standalone.jar](http://www.apache.org/dyn/closer.lua/sling/org.apache.sling.launchpad-7-standalone.jar).
Alternatively you can deploy the [Sling Web
application](http://www.apache.org/dyn/closer.lua/sling/org.apache.sling.launchpad-7.war)
into any decent Servlet Container such as Jetty or Tomcat or you can [build
the current source yourself]({{ refs.getting-and-building-sling.path }}).
+We'll start with the self-runnable jar from the Sling distribution, you only
need a Java 5 JDK. Download the latest release from the Sling
[Downloads](/downloads.cgi) page or by clicking this link:
[org.apache.sling.launchpad-8.jar](http://www.apache.org/dyn/closer.lua/sling/org.apache.sling.launchpad-8.jar).
Alternatively you can deploy the [Sling Web
application](http://www.apache.org/dyn/closer.lua/sling/org.apache.sling.launchpad-8.war)
into any decent Servlet Container such as Jetty or Tomcat or you can [build
the current source yourself]({{ refs.getting-and-building-sling.path }}).
To show the simplicity of the REST-style approach taken by Sling the examples
below will be using [cURL](http://curl.haxx.se/). Any HTTP client would do, but
cURL is the easiest to document in a reproducible way.
@@ -31,7 +31,7 @@ A WebDAV client makes editing server-sid
After downloading the Sling Launchpad self-runnable jar just start it as
follows:
- $ java -jar org.apache.sling.launchpad-7-standalone.jar
+ $ java -jar org.apache.sling.launchpad-8.jar
This starts the Sling embedded Web Server on port 8080 and writes application
files into the `sling` folder found in the current working directory.