Author: scottbw
Date: Thu Sep 1 08:39:46 2011
New Revision: 1163941
URL: http://svn.apache.org/viewvc?rev=1163941&view=rev
Log:
Added quickstart instructions from README files, removed link to missing
quickstart page
Modified:
incubator/wookie/site/trunk/content/wookie/docs/download.mdtext
Modified: incubator/wookie/site/trunk/content/wookie/docs/download.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/download.mdtext?rev=1163941&r1=1163940&r2=1163941&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/download.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/download.mdtext Thu Sep 1
08:39:46 2011
@@ -16,12 +16,9 @@ Notice: Licensed to the Apache Softwa
specific language governing permissions and limitations
under the License.
-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
[quickstart guide](quickstart.html).
+# Downloads
-## Downloads
-
-### Version 0.9.0-INCUBATING
+## Version 0.9.0-INCUBATING
Apache Wookie 0.9.0-INCUBATING Standalone
@@ -40,6 +37,30 @@ Apache Wookie 0.9.0-INCUBATING Source
[Release Signing Keys][19]
+# Getting Started
+
+## Standalone Version
+
+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.
+
+To start the server run the startup.bat (Windows) or startup.sh (*******nix)
script.
+To stop the server run the shutdown.bat (Windows) or shutdown.sh (*******nix)
script
+
+For more information, see the STANDALONE_BUILD_NOTES file in the download
package.
+
+##WAR Version
+
+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.
+
+## Source Version
+
+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.
+
## Getting and building from the latest source code
To build from source follow these steps: