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/11/04 21:06:08 UTC

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

Author: patanachai
Date: Fri Nov  4 20:06:07 2011
New Revision: 1197735

URL: http://svn.apache.org/viewvc?rev=1197735&view=rev
Log:
Test link in howto

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=1197735&r1=1197734&r2=1197735&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext Fri Nov  4 20:06:07 2011
@@ -7,10 +7,16 @@
                          because all the components are communicating 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.
+			 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.properties 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. 
 
+### Prerequisites
+
+  - Sources compilation require Java SE 5 or higher.
+  - The project is built with Apache Maven 3+ (suggested is 3.0.3) [Download][1] and [install][2] (Maven 2.x build will start but fail with errors)
+  - set or export JAVA_HOME to point to JDK
+
 
 ### How to Deploy Airavata on Tomcat
     
@@ -104,3 +110,6 @@
 	XBaya has a feature of showing your content in your Registry. It will show your available, Host Descriptions, Service Descriptions, Deployment Descriptions, saved
 	workflows etc. So you have a better understanding on what you have in your Repository.
 
+
+  [1]: http://maven.apache.org/download.html
+  [2]: http://maven.apache.org/download.html#Installation
\ No newline at end of file