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/03 19:10:49 UTC

svn commit: r1197251 - /incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext

Author: lahiru
Date: Thu Nov  3 18:10:49 2011
New Revision: 1197251

URL: http://svn.apache.org/viewvc?rev=1197251&view=rev
Log:
addng more docs.

Modified:
    incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext

Modified: incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext?rev=1197251&r1=1197250&r2=1197251&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext Thu Nov  3 18:10:49 2011
@@ -16,13 +16,28 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
+
+### How to start Airavata System and what is the order to start each component.
+
+    To start Airavata system users have to use the scripts provided in AIRAVATA_HOME/bin/ and if you are runnning all the components 
+    with default setup you have to start the components in the following order.
+
+    jackrabbit-server.sh - This is the Jackrabbit server startup script, before starting any other component, you have to start the registry instance first
+                         because all the components are communcating with Registry.
+
+    airavata-server.sh - This starts the WS-Messenger components and GFac service in Apache Axis2 Container. This is pointing to the Registry started in previous step
+			 and use the Registry URL is localhost:8081, if you are starting in a different URL, you have to change AIRAVATA_HOME/standalone-server/conf/repository.pro                         perties file.
+
+    xbaya-gui.sh       - Now you have available GFac Service running with a Registry, so its time for you to start XBaya and run your Applications. But if you want XBaya to run with normal Web services, not with GFac Service you do not have to start Airvata Service, you can simply use Xbaya alone, if you require provenance, you have to start Registry. 
+
+
 ### How to Deploy Airavata on Tomcat
 
 
-# How to Deploy WS-Messenger with Mysql 
+### How to Deploy WS-Messenger with Mysql 
 
 
-# How to use XBaya Arguments
+### How to use XBaya Arguments
 
 	   XBaya can be started using AIRAVATA_HOME/bin/xbaya-gui.sh in the binary distribution.
 	   During XBaya startup you can give number of arguments for quick detail you can run xbaya-gui.sh with -help.
@@ -41,10 +56,13 @@ Notice:    Licensed to the Apache Softwa
            -enableProvenance         - This is a parameter to let XBaya to store inputs and outputs in to Registry. 
 	    [true/false] 
 
-## How XBaya is going to pick Available GFac URLs
+### How XBaya is going to pick Available GFac URLs
+
+	  
+### How to enable Workflow data provenance.
 
-## How to enable Workflow data provenance.
+### How to view my data like workflows, and documents like, Host Description,Service Description and Deployment Descrition.
 
-## How to view my data like workflows, and documents like, Host Description,Service Description and Deployment Descrition.
 
+### What is the order of starting the Airavata system.