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/04/03 22:32:31 UTC

svn commit: r1088413 - /incubator/wookie/site/trunk/content/wookie/docs/tutorial/installation.html

Author: rgardler
Date: Sun Apr  3 20:32:31 2011
New Revision: 1088413

URL: http://svn.apache.org/viewvc?rev=1088413&view=rev
Log:
Add some windows docs and use heading levels to make the outline view more readable

Modified:
    incubator/wookie/site/trunk/content/wookie/docs/tutorial/installation.html

Modified: incubator/wookie/site/trunk/content/wookie/docs/tutorial/installation.html
URL: http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/tutorial/installation.html?rev=1088413&r1=1088412&r2=1088413&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/tutorial/installation.html (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/tutorial/installation.html Sun Apr  3 20:32:31 2011
@@ -96,7 +96,16 @@
 </div>
 
 <div class="slide">
-  <h1>Pre-requisites</h1>
+  <h1>Binary or Source?</h1>
+  <div class="slidecontent">
+    <p>At the time of writing there are no binary distributions of Wookie (although we are 
+       <a href="https://issues.apache.org/jira/browse/WOOKIE-181">testing one</a> right now).</p>
+    <p>So you must build from source. Don't worry though, it's easy, we've scripted most of it.</p>
+  </div>
+</div>
+
+<div class="slide">
+  <h1>Pre-requisites for building from source</h1>
   <div class="slidecontent">
   <ul>
     <li>Install <a href="http://java.com/en/download/">Java JDK</a></li>
@@ -111,13 +120,26 @@
 </div>
 
 <div class="slide">
-  <h1>Pre-requisites on Linux...</h1>
+  <h2>Pre-requisites on Linux...</h2>
   <div class="slidecontent">
-  <p>If you are running Ubuntu Linux the commands you need to get the pre-requisites:</p>
+  <p>If you are running Ubuntu Linux the commands you need to get the pre-requisites are:</p>
   <ul>
     <li>sudo apt-get install openjdk-6-jdk</li>
-    <li>sudo apt-get install subversion</li>
-    <li>sudo apt-get install ant1.7</li>
+    <li>sudo apt-get install Subversion</li>
+    <li>sudo apt-get install Ant</li>
+  </ul>
+  </div>
+</div>
+
+<div class="slide">
+  <h2>Pre-requisites on Windows...</h2>
+  <div class="slidecontent">
+  <p>If you are running windows the commands you need to get the pre-requisites are:</p>
+  <ul>
+    <li>Download and install Java JDK from 
+        <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a></li>
+    <li>Download and install Subversion from <a href="http://subversion.apache.org/packages.html#windows">http://subversion.apache.org/packages.html#windows</a></li>
+    <li>Download and install Ant from <a href"http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a></li>
   </ul>
   </div>
 </div>
@@ -126,7 +148,7 @@
   <h1>Building and Running</h1>
   <div class="slidecontent">
   <ul>
-    <li>Checkout Wookie from <a href="http://svn.apache.org/repos/asf/incubator/wookie/trunk">SVN</a></li>
+    <li>Checkout Wookie from SVN at http://svn.apache.org/repos/asf/incubator/wookie/trunk</li>
     <li>Build and run using "ant run"</li>
     <li>Visit http://localhost:8080/wookie</li>
   </ul>
@@ -139,9 +161,21 @@
 </div>
 
 <div class="slide">
-  <h1>Building and running on Linux...</h1>
+  <h2>Building and running on Linux...</h2>
+  <div class="slidecontent">
+  <p>If you are running Ubuntu Linux the commands you need to grab the source and run Wookie are:</p>
+  <ul>
+    <li>svn co http://svn.apache.org/repos/asf/incubator/wookie/trunk ~/projects/wookie</li>
+    <li>ant run</li>
+    <li>http://localhost:8080/wookie</li>
+  </ul>
+  </div>
+</div>
+
+<div class="slide">
+  <h2>Building and running on Windows...</h2>
   <div class="slidecontent">
-  <p>If you are running Ubuntu Linux the commands you need to grab the source and run Wookie:</p>
+  <p>If you are running Windows the commands you need to grab the source and run Wookie are:</p>
   <ul>
     <li>svn co http://svn.apache.org/repos/asf/incubator/wookie/trunk ~/projects/wookie</li>
     <li>ant run</li>