You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2012/10/23 05:02:09 UTC

svn commit: r1401147 - in /airavata/site/trunk/content/documentation: deployment.mdtext system/airavata-in-10-minutes.mdtext system/airavata-in-5-minutes.mdtext

Author: smarru
Date: Tue Oct 23 03:02:08 2012
New Revision: 1401147

URL: http://svn.apache.org/viewvc?rev=1401147&view=rev
Log:
touching the files to force re-build cms

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

Modified: airavata/site/trunk/content/documentation/deployment.mdtext
URL: http://svn.apache.org/viewvc/airavata/site/trunk/content/documentation/deployment.mdtext?rev=1401147&r1=1401146&r2=1401147&view=diff
==============================================================================
--- airavata/site/trunk/content/documentation/deployment.mdtext (original)
+++ airavata/site/trunk/content/documentation/deployment.mdtext Tue Oct 23 03:02:08 2012
@@ -46,9 +46,8 @@ that case you don't have to edit the air
 
 2. Download following to your local file system.
     * apache-tomcat-7.0.28.zip
-    * apache-airavata-0.4-incubating-SNAPSHOT-bin.zip
+    * apache-airavata-0.5-bin.zip
     * axis2-1.5.1-war.zip (Unzip it. When running the script point to the axis2.war)
-    * jackrabbit-webapp-2.4.0.war
 
 3. Run the script (setup_tomcat.sh) by providing the file paths of the files you downloaded. This script can be found in AIRAVATA_HOME/tools/ directory.
     * ./setup_tomcat.sh --tomcat=/home/heshan/Dev/setup/gw8/apache-tomcat-7.0.28.zip --airavata=/home/heshan/Dev/setup/gw8/apache-airavata-0.4-incubating-SNAPSHOT-bin.zip --axis2=/home/heshan/Dev/setup/gw8/axis2.war --jackrabbit=/home/heshan/Dev/setup/gw8/jackrabbit-webapp-2.4.0.war --properties=/home/heshan/Dev/setup/gw8/airavata-tomcat.properties

Modified: airavata/site/trunk/content/documentation/system/airavata-in-10-minutes.mdtext
URL: http://svn.apache.org/viewvc/airavata/site/trunk/content/documentation/system/airavata-in-10-minutes.mdtext?rev=1401147&r1=1401146&r2=1401147&view=diff
==============================================================================
--- airavata/site/trunk/content/documentation/system/airavata-in-10-minutes.mdtext (original)
+++ airavata/site/trunk/content/documentation/system/airavata-in-10-minutes.mdtext Tue Oct 23 03:02:08 2012
@@ -20,7 +20,7 @@ The purpose of this tutorial is to give 
 
 ##Introduction
 
-This tutorial will explain how to use Airavata XBaya to register and create a simple Web Service for an command-line Echo application. Then, invoking the echo service by using a workflow. Please follow up the below steps to run the simple web service sample.
+This tutorial will explain how to use Airavata XBaya to register and create a simple Web Service for a simple command-line application like Echo. The tutorial will further explain steps in creating and executing the workflow. Please follow up the below steps to run the simple web service sample.
 Note: Currently Airavata will work with Linux distributions and Mac and we do not support all the Apache Airavata components to work on Windows.
 
 ##Prerequisites

Modified: airavata/site/trunk/content/documentation/system/airavata-in-5-minutes.mdtext
URL: http://svn.apache.org/viewvc/airavata/site/trunk/content/documentation/system/airavata-in-5-minutes.mdtext?rev=1401147&r1=1401146&r2=1401147&view=diff
==============================================================================
--- airavata/site/trunk/content/documentation/system/airavata-in-5-minutes.mdtext (original)
+++ airavata/site/trunk/content/documentation/system/airavata-in-5-minutes.mdtext Tue Oct 23 03:02:08 2012
@@ -38,9 +38,9 @@ This tutorial will explain how to use Ai
     </tr>
 </table>
 
-##Lets Start...
+##Outline
 
-Tutorial is divided in to 3 simple sections. Namely,<br>
+The Tutorial is divided into 3 simple sections:<br>
 	-	Setting up Environment<br>
 	-	Creating XBaya Workflows<br>
 	-	Executing & Monitoring XBaya Workflows