You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by bu...@apache.org on 2011/11/05 18:30:23 UTC

svn commit: r798135 - /websites/staging/airavata/trunk/content/airavata/documentation/system/airavata-in-10-minutes.html

Author: buildbot
Date: Sat Nov  5 17:30:23 2011
New Revision: 798135

Log:
Staging update by buildbot

Modified:
    websites/staging/airavata/trunk/content/airavata/documentation/system/airavata-in-10-minutes.html

Modified: websites/staging/airavata/trunk/content/airavata/documentation/system/airavata-in-10-minutes.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/documentation/system/airavata-in-10-minutes.html (original)
+++ websites/staging/airavata/trunk/content/airavata/documentation/system/airavata-in-10-minutes.html Sat Nov  5 17:30:23 2011
@@ -86,8 +86,26 @@
 
   <div id="content">
     <h1 class="title">Airavata in Ten Minutes. </h1>
-    <p>This tutorial will explain how to use Airavata XBaya to register and create a simple Web Service for an command-line Echo application. Then, invoking the echo service by using a workflow. Please follow up the below steps to run the simple web service sample.
+    <p>The purpose of this tutorial is to give an advanced understanding of how Airavata works. For a basic understanding please refer the <a href="airavata-in-5-minutes.html">5 minute</a> tutorial.</p>
+<h2 id="introduction">Introduction</h2>
+<p>This tutorial will explain how to use Airavata XBaya to register and create a simple Web Service for an command-line Echo application. Then, invoking the echo service by using a workflow. Please follow up the below steps to run the simple web service sample.
 Note: Currently Airavata will work with Linux distributions and Mac and we do not support all the Apache Airavata components to work on Windows.</p>
+<h2 id="prerequisites">Prerequisites</h2>
+<p><table>
+    <tr>
+        <td width="100"><b>Airavata</b></td>
+        <td>0.1 or later</td>
+    </tr>
+    <tr>
+        <td><b>OS</b></td>
+        <td>Linux or Mac Prefered</td>
+    </tr>
+    <tr>
+        <td><b>Java</b></td>
+        <td>1.6 or higher</td>
+    </tr>
+</table></p>
+<h2 id="tutorial">Tutorial</h2>
 <ol>
 <li>
 <p>Download the latest Airavata release pack from downloads link and extract, for future explanation lets assume the path to extracted directory is AIRAVATA_HOME.</p>