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:10:25 UTC

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

Author: buildbot
Date: Tue Jul 24 19:10:25 2012
New Revision: 826847

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:10:25 2012
@@ -1 +1 @@
-1365227
+1365231

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:10:25 2012
@@ -143,7 +143,7 @@ register this application and wrap it as
 <ul>
 <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. 
+  If Registry location is unknown, there will be a popup asking for a Registry URL.
   In the popup give the following values to the parameters and click Ok (keep the default values as it is.)
 <table border="1">
     <tr>
@@ -179,7 +179,7 @@ register this application and wrap it as
 </table></p>
 </li>
 <li>
-<p>Second, we will register a Service Description using menu XBaya -&gt; Register Application ...
+<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.
@@ -206,8 +206,8 @@ register this application and wrap it as
   runtime data.</p>
 </li>
 <li>
-<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>Select the Application Host from the drop down list. Preferably, select the Host that you already created
+  from the drop down list and fill in the following values. Then, click the "Add" button.
 <table border="1">
     <tr>
         <td><b>Application Host</b></td>
@@ -215,7 +215,7 @@ register this application and wrap it as
     </tr>
     <tr>
         <td><b>Executable path</b></td>
-        <td>/bin/echo.sh</td>
+        <td>AIRAVATA_HOME/samples/echo.sh</td>
     </tr>
     <tr>
         <td><b>Scratch working directory</b></td>
@@ -224,14 +224,14 @@ register this application and wrap it as
 </table></p>
 </li>
 <li>
-<p>Afterwards Click the "Add" button. Lastly, click the "Register" button to register the application.</p>
+<p>Lastly, click the "Register" button to register the application.</p>
 </li>
 </ul>
 </li>
 <li>
 <p>Now you have the EchoApplication in the Registry. The next step is to add the registered description as a component
 in an XBaya workflow and use it to compose a workflow. For a simple workflow composing, please refer to
-airavata-in-5-minutes tutorial. After you register Application, you will see EchoApplication item comes under JCR
+airavata-in-5-minutes tutorial. After you register your Application, you will see EchoApplication item coming under JCR
 Component menu.
 <br></br></p>
 </li>