Author: buildbot
Date: Tue Apr 17 16:30:39 2012
New Revision: 813403
Log:
Staging update by buildbot for airavata
Modified:
websites/staging/airavata/trunk/content/ (props changed)
websites/staging/airavata/trunk/content/airavata/documentation/system/airavata-in-5-minutes.html
Propchange: websites/staging/airavata/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 17 16:30:39 2012
@@ -1 +1 @@
-1327166
+1327169
Modified: websites/staging/airavata/trunk/content/airavata/documentation/system/airavata-in-5-minutes.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/documentation/system/airavata-in-5-minutes.html
(original)
+++ websites/staging/airavata/trunk/content/airavata/documentation/system/airavata-in-5-minutes.html
Tue Apr 17 16:30:39 2012
@@ -32,7 +32,7 @@
</div>
<div id="navigation">
- <h1 id="about_airavata">About Airavata</h1>
+ <h1 id="about-airavata">About Airavata</h1>
<ul>
<li><a href="/airavata/index.html">Home</a></li>
<li><a href="http://incubator.apache.org/projects/airavata.html">Incubator Page</a></li>
@@ -105,21 +105,18 @@
<td>1.6 or higher</td>
</tr>
</table></p>
-<h2 id="lets_start">Lets Start...</h2>
+<h2 id="lets-start">Lets Start...</h2>
<p>Tutorial is divided in to 3 simple sections. Namely,<br>
- Setting up Environment<br>
- Creating XBaya Workflows<br>
- Executing & Monitoring XBaya Workflows</p>
-<h3 id="setting_up_environment">Setting Up Environment</h3>
+<h3 id="setting-up-environment">Setting Up Environment</h3>
<p name="section1"/>
<ol>
-<li>
-<p>Extract the Airavata binary distribution to some path in the file system (say <code>AIRAVATA_HOME</code>).</p>
-</li>
-<li>
-<p>Start airavata:<br></p>
-<ul>
+<li><a href="../build.html">Build from source</a> or download a binary
distribution</li>
+<li>Extract the Airavata binary distribution to some path in the file system (say <code>AIRAVATA_HOME</code>).</li>
+<li>Start airavata:<br><ul>
<li>Start Jackrabbit repository on port 8081<br>
<tab><code>$ AIRAVATA_HOME/bin/jackrabbit-server.sh</code></li>
<li>Start SimpleAxis2Server on port 8080<br>
@@ -130,7 +127,7 @@
</li>
</ol>
<p><em>The SimpleAxis2Server will expose <strong>SimpleMathServcie</strong>.
We will invoke this service in our XBaya workflow.</em></p>
-<h3 id="creating_xbaya_workflows">Creating XBaya Workflows</h3>
+<h3 id="creating-xbaya-workflows">Creating XBaya Workflows</h3>
<p name="section2"/>
<ol>
@@ -185,7 +182,7 @@
</li>
</ol>
<p>You have now successfully created a workflow to invoke the greet operation in the
SimpleMathService.</p>
-<h3 id="executing__monitoring_xbaya_workflows">Executing & Monitoring XBaya
Workflows</h3>
+<h3 id="executing-monitoring-xbaya-workflows">Executing & Monitoring XBaya
Workflows</h3>
<p><p name="section3"/>
Now Its time to invoke the workflow. To invoke,
From the main menu select:<br>
|