You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by bu...@apache.org on 2013/05/29 10:13:40 UTC

svn commit: r863594 - in /websites/staging/ace/trunk/content: ./ dev-doc/getting-started.html

Author: buildbot
Date: Wed May 29 08:13:39 2013
New Revision: 863594

Log:
Staging update by buildbot for ace

Modified:
    websites/staging/ace/trunk/content/   (props changed)
    websites/staging/ace/trunk/content/dev-doc/getting-started.html

Propchange: websites/staging/ace/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 29 08:13:39 2013
@@ -1 +1 @@
-1487390
+1487395

Modified: websites/staging/ace/trunk/content/dev-doc/getting-started.html
==============================================================================
--- websites/staging/ace/trunk/content/dev-doc/getting-started.html (original)
+++ websites/staging/ace/trunk/content/dev-doc/getting-started.html Wed May 29 08:13:39 2013
@@ -268,12 +268,14 @@
 <h2 id="how-to">How to...</h2>
 <h3 id="create-a-distributable-archive">...create a distributable archive</h3>
 <p>The next step is to create an archive for the server, so we end up with something we can actually run:</p>
-<div class="codehilite"><pre><span class="nv">$ </span>ant package-bin
+<div class="codehilite"><pre><span class="nv">$ </span><span class="nb">cd </span>build
+<span class="nv">$ </span>ant package-bin
 </pre></div>
 
 
 <p>Now, in the generated folder, an archive will have been created. You can unzip this archive, which should expose a couple of subfolders with the same names as the runnable projects that you can go into and run. You can start the "all in one" server like this:</p>
-<div class="codehilite"><pre><span class="nv">$ </span>unzip apache-ace-1.0.0-bin.zip
+<div class="codehilite"><pre><span class="nv">$ </span><span class="nb">cd </span>apache-ace-1.0.0-bin
+<span class="nv">$ </span>unzip apache-ace-1.0.0-bin/.zip
 <span class="nv">$ </span><span class="nb">cd </span>server-allinone/
 <span class="nv">$ </span>java -jar server-allinone.jar
 </pre></div>