Installing Apache Airavata 0.5 ------------------------------------------------ Prerequisites ------------- Java 1.5 Maven (tested on v 3.0.2) Build Apache Airavata from Source --------------------------------- * Unzip/untar the source file or check out from svn. * cd to project folder and type * mvn clean install -Dmaven.test.skip=true * The compressed binary distribution is created at /modules/distribution/target Running Tests ------------- Once the binary is unzipped, instructions to run the tests should be followed from README Tutorials ---------- The airavata website has instructions for basic tutorials: * For basic understanding of how Airavata works - http://airavata.apache.org/documentation/system/airavata-in-5-minutes.html * Describing and executing applications using Airavata - http://airavata.apache.org/documentation/system/airavata-in-10-minutes.html * Advanced tutorial to provide understanding of how to run sample workflows distributed with Airavata - http://airavata.apache.org/documentation/system/advanced-workflow-samples.html