You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by pa...@apache.org on 2011/10/13 22:27:54 UTC

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

Author: patanachai
Date: Thu Oct 13 20:27:54 2011
New Revision: 1183072

URL: http://svn.apache.org/viewvc?rev=1183072&view=rev
Log:
update layout for 10 minutes tutorial

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=1183072&r1=1183071&r2=1183072&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 Thu Oct 13 20:27:54 2011
@@ -33,39 +33,36 @@ AIRAVATA_HOME/bin/xbaya-gui.sh - This wi
     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
-
+</br></br>
 ![1](/airavata/documentation/system/airavata-in-10-minutes/01.png) 
 </br></br>
 ![2](/airavata/documentation/system/airavata-in-10-minutes/02.png)
 </br></br>
-  
   - Give name and address of the host. Use Localhost and 127.0.0.1 for this tutorial
-  
+</br></br>
 ![3](/airavata/documentation/system/airavata-in-10-minutes/03.png)
 </br></br>
-
   - Second, we will register a Service Description using menu Register Applications -> Register Application Service Description
     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.
-  
+</br></br>
 ![4](/airavata/documentation/system/airavata-in-10-minutes/04.png)
 </br></br>
 ![5](/airavata/documentation/system/airavata-in-10-minutes/05.png)
 </br></br>
-
   - Lastly, we will register a Deployment Description using menu Register Applications -> Register Application Deployment Description
     It describes how GFac will invoke a command-line application for a specific Web Service (Service Description) on a particular host (Host Description).   
     Give a name, an executable location, and a temporary directory to store runtime data. Since we have only a Service Description and a Host Description, it is automatically selected.
     Note: An executable location is a echo.sh location on your machine.
-
+</br></br>
 ![6](/airavata/documentation/system/airavata-in-10-minutes/06.png)
 </br></br>
 ![7](/airavata/documentation/system/airavata-in-10-minutes/07.png)
 </br></br>
 
 4. Now you have the Echo service 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.
-
+</br></br>
 ![8](/airavata/documentation/system/airavata-in-10-minutes/08.png)
 </br></br>
 ![9](/airavata/documentation/system/airavata-in-10-minutes/09.png)
@@ -73,14 +70,13 @@ AIRAVATA_HOME/bin/xbaya-gui.sh - This wi
 ![10](/airavata/documentation/system/airavata-in-10-minutes/10.png)
 </br></br>
 
-
-5.Now Its time to invoke the workflow created in Step 4. To invoke this workflow click on Workflow -> Launch Dynamic Workflow menu then it will popup a dialog box 
+5. Now, it's time to invoke the workflow created in Step 4. To invoke this workflow click on Workflow -> Launch Dynamic Workflow menu then it will popup a dialog box 
 which you need to provide your input Value (Notification topic and GFac URL will work with default values). Fill up the Input Value with a text and click OK.
-
+</br></br>
 ![11](/airavata/documentation/system/airavata-in-10-minutes/11.png)
 </br></br>
 
-6.Now you have invoked the workflow and you will direct in to the Monitoring menu at the bottom of XBaya which will show you the progress of the workflow invocation.
-
+6. Now you have invoked the workflow and you will direct in to the Monitoring menu at the bottom of XBaya which will show you the progress of the workflow invocation.
+</br></br>
 ![12](/airavata/documentation/system/airavata-in-10-minutes/12.png)
 </br></br>