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 2012/07/03 22:02:33 UTC

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

Author: buildbot
Date: Tue Jul  3 20:02:32 2012
New Revision: 824267

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 Jul  3 20:02:32 2012
@@ -1 +1 @@
-1356301
+1356900

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 Jul  3 20:02:32 2012
@@ -160,49 +160,47 @@
 <li>
 <p>Configure XBaya to use the Jackrabbit repository
     From the main menu select:<br>
+    <br>
         <code>Registry</code> -&gt; <code>Setup JCR Registry</code><br>
-        <img alt="1" src="/airavata/documentation/system/1.png" /></p>
-<p>If you are using the default Jackrabbit server from airavata use the following information,
-<table>
-    <tr>
-        <td width="100"><b>URL</b></td>
-        <td>http://localhost:8081/rmi</td>
-    </tr>
-    <tr>
-        <td><b>Username</b></td>
-        <td>admin</td>
-    </tr>
-    <tr>
-        <td><b>Password</b></td>
-        <td>admin</td>
-    </tr>
-</table>
-    <img alt="2" src="/airavata/documentation/system/2.png" /><br>
-    You will notice a new Component (<em>Application Services</em>) added in <strong>Components</strong> view (located in left side of XBaya window).<br>
-    <img alt="3" src="/airavata/documentation/system/3.png" /></p>
+    <br>      <br />
+    If you are using the default Jackrabbit server from airavata use the following information,
+    <table>
+        <tr>
+            <td width="100"><b>URL</b></td>
+            <td>http://localhost:8081/rmi</td>
+        </tr>
+        <tr>
+            <td><b>Username</b></td>
+            <td>admin</td>
+        </tr>
+        <tr>
+            <td><b>Password</b></td>
+            <td>admin</td>
+        </tr>
+    </table></p>
+<div class="codehilite"><pre><span class="n">You</span> <span class="n">will</span> <span class="n">notice</span> <span class="n">a</span> <span class="k">new</span> <span class="n">Component</span> <span class="p">(</span><span class="o">*</span><span class="n">Application</span> <span class="n">Services</span><span class="o">*</span><span class="p">)</span> <span class="n">added</span> <span class="n">in</span> <span class="o">**</span><span class="n">Components</span><span class="o">**</span> <span class="n">view</span> <span class="p">(</span><span class="n">located</span> <span class="n">in</span> <span class="n">left</span> <span class="n">side</span> <span class="n">of</span> <span class="n">XBaya</span> <span class="n">window</span><span class="p">)</span><span class="o">.</span><span class="sr">&lt;br&gt;</span>
+</pre></div>
+
+
 </li>
 <li>
 <p>Make XBaya aware of simple-math-service
     From the main menu select:<br>
         <code>XBaya</code> -&gt; <code>Import</code> -&gt; <code>WSDL from URL...</code><br>
-        <img alt="4" src="/airavata/documentation/system/4.png" /><br>
         Specify the WSDL URL as follows:<br>
-            <code>http://localhost:8080/axis2/services/SimpleMathService?wsdl</code><br>
-        <img alt="5" src="/airavata/documentation/system/5.png" /></p>
-<p>If the WSDL was succefully added you will see another Component in <strong>Components</strong> view. Expand the new Component until you see the available operations for SimpleMathServcie.<br>
-    <img alt="7" src="/airavata/documentation/system/6.png" /></p>
+            <code>http://gw8.quarry.iu.teragrid.org:8090/axis2-samples/services/SimpleMathService?wsdl</code><br></p>
+<p>If the WSDL was succefully added you will see another Component in <strong>Components</strong> view. Expand the new Component until you see the available operations for SimpleMathServcie.<br></p>
 </li>
 <li>
 <p>Create the workflow</p>
 <p>Now create a new workflow from XBaya -&gt; New -&gt; Workflow so you will get a new workflow sheet in to XBaya.
 <br>  <br />
-<img alt="16" src="/airavata/documentation/system/7.png" /></p>
+</p>
 <p>In our workflow we will invoke the greet method in SimpleMathServcie.</p>
 <p>From Components view select &amp; drag-drop the following in to workflow sheet in the center of XBaya window. <br>
     -   the <code>greet</code> Method<br>
     -   <code>Components</code> -&gt; <code>System Components</code> -&gt; <code>Input</code><br>
-    -   <code>Components</code> -&gt; <code>System Components</code> -&gt; <code>Output</code><br>
-<img alt="10" src="/airavata/documentation/system/8.png" /><br></p>
+    -   <code>Components</code> -&gt; <code>System Components</code> -&gt; <code>Output</code><br></p>
 <p>Connect the added components as shown in the figure<br>
 <img alt="11" src="/airavata/documentation/system/9.png" /></p>
 </li>
@@ -213,11 +211,9 @@
 Now Its time to invoke the workflow. To invoke,
 From the main menu select:<br>
         <code>Run</code> -&gt; <code>Run workflow...</code><br> Or just click on the red play icon at the top of XBaya.
-        <img alt="12" src="/airavata/documentation/system/10.png" /><br>
         Specify the input Value (Notification topic and GFac URL will work with default values).<br> 
         Click OK. </p>
-<p>Your workflow will now launch and the <strong>Monitoring</strong> view at the bottom of XBaya will show you the progress of the workflow execution.<br>
-<img alt="15" src="/airavata/documentation/system/12.png" /></p>
+<p>Your workflow will now launch and the <strong>Monitoring</strong> view at the bottom of XBaya will show you the progress of the workflow execution.<br></p>
   </div>
 
   <!--<div id="rightnav">