Author: buildbot
Date: Thu Dec 8 08:08:32 2016
New Revision: 1002437
Log:
Staging update by buildbot for sling
Modified:
websites/staging/sling/trunk/content/ (props changed)
websites/staging/sling/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.html
Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 8 08:08:32 2016
@@ -1 +1 @@
-1773192
+1773194
Modified:
websites/staging/sling/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.html
==============================================================================
---
websites/staging/sling/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.html
(original)
+++
websites/staging/sling/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.html
Thu Dec 8 08:08:32 2016
@@ -138,12 +138,12 @@ h2:hover > .headerlink, h3:hover > .head
<p>Once you grok the basic examples of this page, we recommend studying the
<em>slingbucks</em> and <em>espblog</em> samples. Both have README files with
more info.</p>
<h2 id="prerequisites">Prerequisites<a class="headerlink"
href="#prerequisites" title="Permanent link">¶</a></h2>
-<p>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 <a
href="/downloads.cgi">Downloads</a> page or by clicking this link: <a
href="http://www.apache.org/dyn/closer.lua/sling/org.apache.sling.launchpad-7-standalone.jar">org.apache.sling.launchpad-7-standalone.jar</a>.
Alternatively you can deploy the <a
href="http://www.apache.org/dyn/closer.lua/sling/org.apache.sling.launchpad-7.war">Sling
Web application</a> into any decent Servlet Container such as Jetty or Tomcat
or you can <a
href="/documentation/development/getting-and-building-sling.html">build the
current source yourself</a>.</p>
+<p>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 <a
href="/downloads.cgi">Downloads</a> page or by clicking this link: <a
href="http://www.apache.org/dyn/closer.lua/sling/org.apache.sling.launchpad-8.jar">org.apache.sling.launchpad-8.jar</a>.
Alternatively you can deploy the <a
href="http://www.apache.org/dyn/closer.lua/sling/org.apache.sling.launchpad-8.war">Sling
Web application</a> into any decent Servlet Container such as Jetty or Tomcat
or you can <a
href="/documentation/development/getting-and-building-sling.html">build the
current source yourself</a>.</p>
<p>To show the simplicity of the REST-style approach taken by Sling the
examples below will be using <a href="http://curl.haxx.se/">cURL</a>. Any HTTP
client would do, but cURL is the easiest to document in a reproducible way.</p>
<p>A WebDAV client makes editing server-side scripts much more convenient, but
to make our examples easy to reproduce, we're using cURL below to create and
update files in the JCR repository, via the Sling WebDAV server.</p>
<h2 id="start-the-launchpad">Start the Launchpad<a class="headerlink"
href="#start-the-launchpad" title="Permanent link">¶</a></h2>
<p>After downloading the Sling Launchpad self-runnable jar just start it as
follows:</p>
-<div class="codehilite"><pre>$ <span class="n">java</span> <span
class="o">-</span><span class="n">jar</span> <span class="n">org</span><span
class="p">.</span><span class="n">apache</span><span class="p">.</span><span
class="n">sling</span><span class="p">.</span><span
class="n">launchpad</span><span class="o">-</span>7<span
class="o">-</span><span class="n">standalone</span><span
class="p">.</span><span class="n">jar</span>
+<div class="codehilite"><pre>$ <span class="n">java</span> <span
class="o">-</span><span class="n">jar</span> <span class="n">org</span><span
class="p">.</span><span class="n">apache</span><span class="p">.</span><span
class="n">sling</span><span class="p">.</span><span
class="n">launchpad</span><span class="o">-</span>8<span
class="p">.</span><span class="n">jar</span>
</pre></div>
@@ -281,7 +281,7 @@ well as above in the <em>see also</em> s
<p>The <a
href="http://localhost:8080/content/mynode.html">http://localhost:8080/content/mynode.html</a>,
once refreshed, now shows the blue headline and logo, and this layout also
applies to any node created with <em>sling:resourceType=foo/bar</em>.</p>
<div class="timestamp" style="margin-top: 30px; font-size: 80%;
text-align: right;">
- Rev. 1700406 by bdelacretaz on Tue, 1 Sep 2015 07:26:57 +0000
+ Rev. 1773194 by sseifert on Thu, 8 Dec 2016 08:08:22 +0000
</div>
<div class="trademarkFooter">
Apache Sling, Sling, Apache, the Apache feather logo, and the Apache
Sling project