You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2012/07/24 21:10:16 UTC

svn commit: r1365231 - /incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext

Author: heshan
Date: Tue Jul 24 19:10:16 2012
New Revision: 1365231

URL: http://svn.apache.org/viewvc?rev=1365231&view=rev
Log: (empty)

Modified:
    incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext

Modified: incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext?rev=1365231&r1=1365230&r2=1365231&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext Tue Jul 24 19:10:16 2012
@@ -54,7 +54,7 @@ AIRAVATA_HOME/bin/xbaya-gui.sh - This wi
 register this application and wrap it as a Web service using XBaya. Use following screenshots to register an application
 
 	- First, we will register a Host Description using menu XBaya -> 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>
@@ -88,7 +88,7 @@ register this application and wrap it as
         </tr>
     </table>
 
-	- Second, we will register a Service Description using menu XBaya -> Register Application ...
+	- Second, we will register a Service Description using menu XBaya -> 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.
@@ -113,8 +113,8 @@ register this application and wrap it as
     - Then, click "New Deployment" button. Give a name, an executable location, and a temporary directory to store
 	  runtime data.
 
-	- 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".
+	- 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>
@@ -122,7 +122,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>
@@ -130,11 +130,11 @@ register this application and wrap it as
         </tr>
     </table>
 
-    - Afterwards Click the "Add" button. Lastly, click the "Register" button to register the application.
+    - Lastly, click the "Register" button to register the application.
 
 5. 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>