You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wookie.apache.org by sc...@apache.org on 2011/09/01 10:40:09 UTC

svn commit: r795084 - in /websites/production/wookie: ./ content/wookie/docs/download.html

Author: scottbw
Date: Thu Sep  1 08:40:09 2011
New Revision: 795084

Log:
Publishing merge to wookie site by scottbw

Modified:
    websites/production/wookie/   (props changed)
    websites/production/wookie/content/wookie/docs/download.html

Propchange: websites/production/wookie/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Sep  1 08:40:09 2011
@@ -1 +1 @@
-/websites/staging/wookie/trunk:785993-795081
+/websites/staging/wookie/trunk:785993-795083

Modified: websites/production/wookie/content/wookie/docs/download.html
==============================================================================
--- websites/production/wookie/content/wookie/docs/download.html (original)
+++ websites/production/wookie/content/wookie/docs/download.html Thu Sep  1 08:40:09 2011
@@ -77,10 +77,8 @@
   </div>
 
   <div id="content">
-    <p>Getting Wookie up and running on your machine is really easy.You'll find instructions below. 
-Once you have it running locally we will probably want to take a look at the <a href="quickstart.html">quickstart guide</a>.</p>
-<h2 id="downloads">Downloads</h2>
-<h3 id="version_090-incubating">Version 0.9.0-INCUBATING</h3>
+    <h1 id="downloads">Downloads</h1>
+<h2 id="version_090-incubating">Version 0.9.0-INCUBATING</h2>
 <p>Apache Wookie 0.9.0-INCUBATING Standalone<br />
 </p>
 <ul>
@@ -98,6 +96,21 @@ Once you have it running locally we will
 <li><a href="http://www.apache.org/dist/incubator/wookie/0.9.0-incubating/source/apache-wookie-0.9.0-incubating-src.zip">apache-wookie-0.9.0-incubating-src.zip</a> <a href="http://www.apache.org/dist/incubator/wookie/0.9.0-incubating/source/apache-wookie-0.9.0-incubating-src.zip.md5">MD5 Checksum</a> <a href="http://www.apache.org/dist/incubator/wookie/0.9.0-incubating/source/apache-wookie-0.9.0-incubating-src.zip.asc">Signature</a></li>
 </ul>
 <p><a href="http://www.apache.org/dist/incubator/wookie/KEYS">Release Signing Keys</a></p>
+<h1 id="getting_started">Getting Started</h1>
+<h2 id="standalone_version">Standalone Version</h2>
+<p>The standalone version of wookie is not meant for full deployment purposes, 
+rather it is intended as an easy and simple way to quickly see what wookie
+is about without the need to configure various databases and servers.
+As such it uses a preconfigured Jetty server and Derby database that are included in the download package.</p>
+<p>To start the server run the startup.bat (Windows)  or startup.sh (<strong><em>*</em></strong>nix) script. 
+To stop the server run the shutdown.bat (Windows) or shutdown.sh (<strong><em>*</em></strong>nix) script</p>
+<p>For more information, see the STANDALONE_BUILD_NOTES file in the download package.</p>
+<h2 id="war_version">WAR Version</h2>
+<p>This build is meant to get a user started with the process of deploying
+Wookie under an existing application container and as such Wookie is made available in
+WAR format. For more information on setup and configuration, see the WAR_BUILD_NOTES file in the download package.</p>
+<h2 id="source_version">Source Version</h2>
+<p>This version contains the source code for the specified version. Full instructions for building can be found in the BUILDING file in the download package.</p>
 <h2 id="getting_and_building_from_the_latest_source_code">Getting and building from the latest source code</h2>
 <p>To build from source follow these steps:</p>
 <ul>