You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2011/11/04 21:52:47 UTC

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

Author: lahiru
Date: Fri Nov  4 20:52:47 2011
New Revision: 1197766

URL: http://svn.apache.org/viewvc?rev=1197766&view=rev
Log:
formatting the content

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

Modified: incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext?rev=1197766&r1=1197765&r2=1197766&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext Fri Nov  4 20:52:47 2011
@@ -38,9 +38,16 @@ This tutorial will explain how to use Ai
     </tr>
 </table>
 
-###Setting Up Environment
+##Lets Start...
+
+Tutorial is divided in to 3 simple sections. Namely,<br>
+	-	[Setting up Environment][section1]<br>
+	-	[Creating XBaya Workflows][section2]<br>
+	-	[Executing & Monitoring XBaya Workflows][section3]
 
-1.	Extract the Airavata binary distribution to some path in the file system (say AIRAVATA_HOME).
+###Setting Up Environment
+[section1]:section1
+1.	Extract the Airavata binary distribution to some path in the file system (say `AIRAVATA_HOME`).
 
 2.	Start airavata:<br>
 	*	Start Jackrabbit repository on port 8081<br>
@@ -53,7 +60,7 @@ This tutorial will explain how to use Ai
 *The SimpleAxis2Server will expose **SimpleMathServcie**. We will invoke this service in our XBaya workflow.*
 
 ###Creating XBaya Workflows 
-
+[section2]:section2
 
 1.	Configure XBaya to use the Jackrabbit repository
 	From the main menu select:<br>
@@ -63,15 +70,15 @@ This tutorial will explain how to use Ai
   	If you are using the default Jackrabbit server from airavata use the following information,
   	<table>
   		<tr>
-  			<td><em>URL</em></td>
+  			<td width="100"><b>URL</b></td>
   			<td>http://localhost:8081/rmi</td>
   		</tr>
   		<tr>
-  			<td><em>Username</em></td>
+  			<td><b>Username</b></td>
   			<td>admin</td>
   		</tr>
   		<tr>
-  			<td><em>Password</em></td>
+  			<td><b>Password</b></td>
   			<td>admin</td>
   		</tr>
   	</table>
@@ -95,7 +102,7 @@ This tutorial will explain how to use Ai
 	In our workflow we will invoke the greet method in SimpleMathServcie.
 	
 	From Components view select & drag-drop the following in to workflow sheet in the center of XBaya window. <br>
-		-	the *greet* Method<br>
+		-	the `greet` Method<br>
 		-	`Components` -> `System Components` -> `Input`<br>
 		-	`Components` -> `System Components` -> `Output`<br>
 	![10](/airavata/documentation/system/10.png)<br>
@@ -107,7 +114,7 @@ You have now successfully created a work
 
 
 ###Executing & Monitoring XBaya Workflows
-
+[section3]:section3
 Now Its time to invoke the workflow. To invoke,
 From the main menu select:<br>
 		`Run` -> `Run workflow...`<br>