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/24 20:43:18 UTC

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

Author: buildbot
Date: Tue Jul 24 18:43:18 2012
New Revision: 826840

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-10-minutes.html

Propchange: websites/staging/airavata/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 24 18:43:18 2012
@@ -1 +1 @@
-1365212
+1365214

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 Tue Jul 24 18:43:18 2012
@@ -148,11 +148,12 @@ AIRAVATA_HOME/bin/xbaya-gui.sh - This wi
 <br></br></li>
 <li>Give name and address of the host. Use Localhost and 127.0.0.1 for this tutorial
 <br></br></li>
-<li>Second, we will register a Service Description using menu XBaya -&gt; Register Application ...
+<li>
+<p>Second, we will register a Service Description using menu XBaya -&gt; Register Application ...
   This information is used to describe our web service i.e. service name, input parameters, and output parameters.
   Since our echo.sh need String as an input and will produce String as output, insert the following value.
   Note*: output parameter name must be echo_output in order to use with this echo.sh sample.
-<table>
+<table border="1">
 <tr>
     <th><b>IO</b></th>
     <th>Parameter Name</th>
@@ -168,16 +169,16 @@ AIRAVATA_HOME/bin/xbaya-gui.sh - This wi
     <td>echo_output</td>
     <td>String</td>
 </tr>
-</table></li>
-</ul>
+</table></p>
 </li>
 <li>
 <p>Then, click "New Deployment" button. Give a name, an executable location, and a temporary directory to store
-      runtime data.</p>
+  runtime data.</p>
+</li>
+</ul>
 <p>Select the Application Host from the drop down list. Preferably, select the Host that you already created or
-  "LocalHost" from the drop down list. Add executable path as "/bin/echo.sh" and Scratch working directory as "/tmp".</p>
-<p>Afterwards Click the "Add" button. Lastly, click the "Register" button to register the application.
-<table>
+  "LocalHost" from the drop down list. Add executable path as "/bin/echo.sh" and Scratch working directory as "/tmp".
+<table border="1">
 <tr>
     <td><b>Application Host</b></td>
     <td>LocalHost</td>
@@ -190,7 +191,8 @@ AIRAVATA_HOME/bin/xbaya-gui.sh - This wi
     <td><b>Scratch working directory</b></td>
     <td>/tmp</td>
 </tr>
-</table></p>
+</table>
+- Afterwards Click the "Add" button. Lastly, click the "Register" button to register the application.</p>
 </li>
 <li>
 <p>Now you have the EchoApplication in the Registry. The next step is to add the registered description as a component