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 21:03:19 UTC

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

Author: buildbot
Date: Tue Jul 24 19:03:18 2012
New Revision: 826845

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 19:03:18 2012
@@ -1 +1 @@
-1365221
+1365227

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 19:03:18 2012
@@ -141,10 +141,10 @@ AIRAVATA_HOME/bin/xbaya-gui.sh - This wi
 <p>The release package will contains an echo command-line application in AIRAVATA_HOME/samples/echo.sh. Now you will
 register this application and wrap it as a Web service using XBaya. Use following screenshots to register an application</p>
 <ul>
-<li>First, we will register a Host Description using menu XBaya -&gt; Add Host ...
+<li>
+<p>First, we will register a Host Description using menu XBaya -&gt; Add Host.
   If Registry location is unknown, there will be a popup asking for an Registry URL. 
-  Giving URL: http://localhost:8081/rmi (keep the default values as it is) with
-  registry username and password as admin/admin.
+  In the popup give the following values to the parameters and click Ok (keep the default values as it is.)
 <table border="1">
     <tr>
         <td><b>URL</b></td>
@@ -158,11 +158,11 @@ register this application and wrap it as
         <td><b>Password</b></td>
         <td>admin</td>
     </tr>
-</table>
-<br></br></li>
+</table></p>
+</li>
 <li>
 <p>After adding registry successfully, you will see a Host Desciption Register form. Give name and address of the
-  host. Use LocalHost and 127.0.0.1 for this tutorial
+  host. Use following values for the parameter values.
 <table border="1">
     <tr>
         <td><b>Host ID</b></td>
@@ -184,21 +184,21 @@ register this application and wrap it as
   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 border="1">
-<tr>
-    <th><b>IO</b></th>
-    <th>Parameter Name</th>
-    <th>Type</th>
-</tr>
-<tr>
-    <td>Input</td>
-    <td>echo_input</td>
-    <td>String</td>
-</tr>
-<tr>
-    <td>Output</td>
-    <td>echo_output</td>
-    <td>String</td>
-</tr>
+    <tr>
+        <th><b>IO</b></th>
+        <th>Parameter Name</th>
+        <th>Type</th>
+    </tr>
+    <tr>
+        <td>Input</td>
+        <td>echo_input</td>
+        <td>String</td>
+    </tr>
+    <tr>
+        <td>Output</td>
+        <td>echo_output</td>
+        <td>String</td>
+    </tr>
 </table></p>
 </li>
 <li>
@@ -209,18 +209,18 @@ register this application and wrap it as
 <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".
 <table border="1">
-<tr>
-    <td><b>Application Host</b></td>
-    <td>LocalHost</td>
-</tr>
-<tr>
-    <td><b>Executable path</b></td>
-    <td>/bin/echo.sh</td>
-</tr>
-<tr>
-    <td><b>Scratch working directory</b></td>
-    <td>/tmp</td>
-</tr>
+    <tr>
+        <td><b>Application Host</b></td>
+        <td>LocalHost</td>
+    </tr>
+    <tr>
+        <td><b>Executable path</b></td>
+        <td>/bin/echo.sh</td>
+    </tr>
+    <tr>
+        <td><b>Scratch working directory</b></td>
+        <td>/tmp</td>
+    </tr>
 </table></p>
 </li>
 <li>