Repository: airavata Updated Branches: refs/heads/airavata-0.13-release-branch 0643c3ad9 -> 3f7251955
Updates to release meta info Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/3f725195 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/3f725195 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/3f725195 Branch: refs/heads/airavata-0.13-release-branch Commit: 3f725195509a61fdaf7fbbf3f7ceffd4c47757b3 Parents: 0643c3a Author: Suresh Marru <sma...@apache.org> Authored: Thu Jul 31 10:52:12 2014 -0400 Committer: Suresh Marru <sma...@apache.org> Committed: Thu Jul 31 10:52:12 2014 -0400 ---------------------------------------------------------------------- INSTALL | 14 +++----------- README | 23 ++++++----------------- airavata-api/README | 12 +++++------- pom.xml | 2 +- 4 files changed, 15 insertions(+), 36 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/3f725195/INSTALL ---------------------------------------------------------------------- diff --git a/INSTALL b/INSTALL index 24dddc8..d621000 100644 --- a/INSTALL +++ b/INSTALL @@ -1,12 +1,11 @@ For detailed installation and further instructions please refer http://airavata.apache.org/: Documentation section in left hand panel. The website lists step by step instructions -Installing Apache Airavata 0.12 +Installing Apache Airavata 0.13 ------------------------------------------------ -IMPORTANT Note: The installation instructions are out of date. 0.12 release is a developer oriented release. Please -contact the developer mailing list for help. A subsequent release 0.13 will soon supercede. - +Airavata uses apache maven to build. The installation instructions in this file will provide general guidance but may be +out of date. Please contact the developer mailing list for any help. Prerequisites ------------- @@ -30,10 +29,3 @@ Running Tests the Apache Airavata download site. - Extract the binary distributions and once the binary is unzipped, instructions to run the tests should be followed from README files found within. - -Tutorials ----------- -The airavata website has instructions for basic tutorials: -* For basic understanding of how Airavata works - http://airavata.apache.org/documentation/tutorials/airavata-in-5-minutes.html -* Describing and executing applications using Airavata - http://airavata.apache.org/documentation/tutorials/airavata-in-10-minutes.html -* Advanced tutorial to provide understanding of how to run sample workflows distributed with Airavata - http://airavata.apache.org/documentation/tutorials/advanced-workflow-samples.html http://git-wip-us.apache.org/repos/asf/airavata/blob/3f725195/README ---------------------------------------------------------------------- diff --git a/README b/README index f8b0989..0798701 100644 --- a/README +++ b/README @@ -4,13 +4,10 @@ Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0 About ===== -Apache Airavata, a software framework to executing and managing computational jobs on -distributed computing resources including local clusters, supercomputers, national grids, -academic and commercial clouds. Airavata builds on general concepts of service oriented computing, -distributed messaging, and workflow composition and orchestration. Airavata bundles a server package -with an API, client software development Kits and a general purpose GUI XBaya as a application registration, workflow -construction execution and monitoring. XBaya GUI also provides capabilities to access the workflow -produced data. +Apache Airavata is a micro-service architecture based software framework for executing and managing computational jobs +and workflows on distributed computing resources including local clusters, supercomputers, national grids, academic and +commercial clouds. Airavata is dominantly used to build Web-based science gateways and assist to compose, manage, +execute, and monitor large scale applications (wrapped as Web services) and workflows composed of these services. Contact ======== @@ -104,20 +101,12 @@ Server Distributions The Airavata Server binary distribution allows you to run a standalone Airavata Server which includes all the airavata services shipped with a default derby database as the backend registry. For stable purposes, a mysql configuration is recommended. -* Airavata Server Web Application - This is similar package as the Airavata Server but is distributed as the server Web Application archive. - This war is compatible with Apache Tomcat application server. The war bundles all airavata services - enabled by defualt to startup a derby database as the backend registry. For stable purposes, a mysql configuration is recommended. - Client Distributions -------------------- -* Airavata XBaya - The Airavata XBaya distribution is a client GUI application with features to register applications as web services, construct workflows, - execute and monitor workflows and browse the generated results from the airavata registry. * Airavata Client - The Airavata Client distribution is a set of libraries and configurations files that allow a 3rd party application to programatically - access Airavata functionality through Airavata API. + The Airavata Client distribution is a set of libraries and configurations files that allow a 3rd party application to + programatically access Airavata functionality through Airavata API. How to test and run samples =========================== http://git-wip-us.apache.org/repos/asf/airavata/blob/3f725195/airavata-api/README ---------------------------------------------------------------------- diff --git a/airavata-api/README b/airavata-api/README index fda5b44..381140b 100644 --- a/airavata-api/README +++ b/airavata-api/README @@ -4,16 +4,14 @@ Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0 This file describes the organization of Apache Airavata Thrift Interfaces and Data Model - - Airavata Data Model: + Application Catalog + |- Application Interface Descriptions + |- Application Deployment Descriptions + |- Computational Resource Descriptions + Gateway - |- Application Catalog - | |- Application Interface Descriptions - | |- Application Deployment Descriptions - | |- Computational Host Descriptions - | |- Workflow Templates | |- Groups (Groups is explicitly defined with a set of users within it) | |-Users http://git-wip-us.apache.org/repos/asf/airavata/blob/3f725195/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 63e2cbe..21385f6 100644 --- a/pom.xml +++ b/pom.xml @@ -506,7 +506,7 @@ <module>modules/server</module> <module>modules/test-suite</module> <module>modules/distribution</module> - <module>modules/ws-messenger</module> + <!--<module>modules/ws-messenger</module>--> <!--<module>modules/integration-tests</module>--> </modules> </profile>