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:54:30 UTC

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

Author: buildbot
Date: Tue Jul 24 18:54:30 2012
New Revision: 826844

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:54:30 2012
@@ -1 +1 @@
-1365219
+1365221

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:54:30 2012
@@ -138,15 +138,31 @@ AIRAVATA_HOME/bin/airavata-server.sh - T
 AIRAVATA_HOME/bin/xbaya-gui.sh - This will start XBaya GUI application.
 <br></br></li>
 <li>
-<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>
+<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 ...
   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. After adding registry successfully
-  you will see a Host Desciption Register form
+  registry username and password as admin/admin.
+<table border="1">
+    <tr>
+        <td><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>
 <br></br></li>
-<li>Give name and address of the host. Use LocalHost and 127.0.0.1 for this tutorial
+<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
 <table border="1">
     <tr>
         <td><b>Host ID</b></td>
@@ -160,8 +176,8 @@ AIRAVATA_HOME/bin/xbaya-gui.sh - This wi
         <td><b>Resource Protocol</b></td>
         <td>Local</td>
     </tr>
-</table>
-<br></br></li>
+</table></p>
+</li>
 <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.