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

svn commit: r1487395 - /ace/site/trunk/content/dev-doc/getting-started.mdtext

Author: bramk
Date: Wed May 29 08:13:35 2013
New Revision: 1487395

URL: http://svn.apache.org/r1487395
Log:
Archive have a subdir now

Modified:
    ace/site/trunk/content/dev-doc/getting-started.mdtext

Modified: ace/site/trunk/content/dev-doc/getting-started.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/dev-doc/getting-started.mdtext?rev=1487395&r1=1487394&r2=1487395&view=diff
==============================================================================
--- ace/site/trunk/content/dev-doc/getting-started.mdtext (original)
+++ ace/site/trunk/content/dev-doc/getting-started.mdtext Wed May 29 08:13:35 2013
@@ -144,12 +144,14 @@ There actually are a few more, but these
 The next step is to create an archive for the server, so we end up with something we can actually run:
 
     :::sh
+    $ cd build
     $ ant package-bin
 
 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:
 
     :::sh
-    $ unzip apache-ace-1.0.0-bin.zip
+    $ cd apache-ace-1.0.0-bin
+    $ unzip apache-ace-1.0.0-bin/.zip
     $ cd server-allinone/
     $ java -jar server-allinone.jar