You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2011/05/12 15:33:34 UTC

svn commit: r1102291 - /incubator/wookie/site/trunk/content/wookie/docs/download.mdtext

Author: rgardler
Date: Thu May 12 13:33:33 2011
New Revision: 1102291

URL: http://svn.apache.org/viewvc?rev=1102291&view=rev
Log:
Add some extra cross linking between pages

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=1102291&r1=1102290&r2=1102291&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/download.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/download.mdtext Thu May 12 13:33:33 2011
@@ -19,12 +19,12 @@ Notice:    Licensed to the Apache Softwa
 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).
 
-## Binaries
+## Getting the Binaries
 
 There are currently no binaries to download, we are owever testing a release right now. 
 Come back soon or join us on the dev list to help with the testing.
 
-## Source
+## Getting the Source
 
 To build from source follow these steps:
 
@@ -35,7 +35,7 @@ To build from source follow these steps:
   - Build and run using "ant run"
   - Visit http://localhost:8080/wookie
 
-### On Linux
+### Building on Linux
 
 If you are running Ubuntu Linux the commands you need to carry out a source installation are:
 
@@ -43,9 +43,21 @@ If you are running Ubuntu Linux the comm
     sudo apt-get install subversion
     sudo apt-get install ant1.7
     svn co http://svn.apache.org/repos/asf/incubator/wookie/trunk ~/projects/wookie
+
+### Running Wookie
+
+There are various ways of running Wookie, the simplest is to run in standalone mode:
+
     ant run
     http://localhost:8080/wookie
 
+For more information and for instruction on how to configure for production environments
+see our page on [Running Wookie](/wookie/docs/developer/running.html)
 
+### Developing Wookie
 
+There are various docs that are useful for developers linked from the left 
+hand menu in the "Development" section.
 
+A good place to start your reading is out page which details how to create your 
+[development environment](/wookie/docs/development/develop.html).