Return-Path: X-Original-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7B4C79D78 for ; Fri, 4 Nov 2011 20:53:11 +0000 (UTC) Received: (qmail 95125 invoked by uid 500); 4 Nov 2011 20:53:11 -0000 Delivered-To: apmail-incubator-airavata-commits-archive@incubator.apache.org Received: (qmail 95082 invoked by uid 500); 4 Nov 2011 20:53:11 -0000 Mailing-List: contact airavata-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: airavata-dev@incubator.apache.org Delivered-To: mailing list airavata-commits@incubator.apache.org Received: (qmail 95075 invoked by uid 99); 4 Nov 2011 20:53:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2011 20:53:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2011 20:53:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EB253238890A; Fri, 4 Nov 2011 20:52:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1197766 - /incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext Date: Fri, 04 Nov 2011 20:52:47 -0000 To: airavata-commits@incubator.apache.org From: lahiru@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111104205247.EB253238890A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 -###Setting Up Environment +##Lets Start... + +Tutorial is divided in to 3 simple sections. Namely,
+ - [Setting up Environment][section1]
+ - [Creating XBaya Workflows][section2]
+ - [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:
* Start Jackrabbit repository on port 8081
@@ -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:
@@ -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, - + - + - +
URLURL http://localhost:8081/rmi
UsernameUsername admin
PasswordPassword admin
@@ -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.
- - the *greet* Method
+ - the `greet` Method
- `Components` -> `System Components` -> `Input`
- `Components` -> `System Components` -> `Output`
![10](/airavata/documentation/system/10.png)
@@ -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:
`Run` -> `Run workflow...`