Repository: airavata-docs Updated Branches: refs/heads/master [created] 79b99846b
adding a doc index file to trigger github integrations Project: http://git-wip-us.apache.org/repos/asf/airavata-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-docs/commit/79b99846 Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/79b99846 Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/79b99846 Branch: refs/heads/master Commit: 79b99846bc31685d741732e441407ae64dfa0b73 Parents: Author: smarru <[email protected]> Authored: Wed Mar 2 13:44:47 2016 -0500 Committer: smarru <[email protected]> Committed: Wed Mar 2 13:44:47 2016 -0500 ---------------------------------------------------------------------- index.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/79b99846/index.md ---------------------------------------------------------------------- diff --git a/index.md b/index.md new file mode 100644 index 0000000..7b0f192 --- /dev/null +++ b/index.md @@ -0,0 +1,29 @@ +# Airavata Is.... + +- A distributed framework that supports execution and management of computational scientific applications and workflows in grid based systems, remote clusters and cloud based systems. +- Airavataâs main focus is on submitting and managing application executions and workflows in grid based systems. +- Airavataâs architecture is extensible to support for other underlying resources as well. +- Traditional scientific applications provide a portal for users to submit and manage scientific applications which is called as science gateways. +- Airavata can be used by scientific gateway developers as their middleware layer. They can directly call Airavata API in order to communicate with grid based system. + +For more information on Airavata visit; <a href="http://airavata.apache.org/" target="_blank">Apache Airavata</a> +<br> +<br> +# How do you want to use Airavata? +Two options; </br> +1. <b class="darkred">Gateway hosted by SciGaP</b><br> + - Provided you have your own allocation you can use all compute resource available within Airavata.<br> + - SciGaP will host your Gateway, WSO2 IS (gateway user account management), MySQL DB for you in SciGaP servers.<br> + - For this option contact us through <add contact email, mailing list> + <br> +For more information on SciGaP visit; <a href="http://scigap.org/" target="_blank">SciGaP</a> +<br> +<br>2. <b class="darkred">Gateway hosted by User</b><br> + - You have to install all pre requisites such as RabbitMQ, My SQL, etc<br> + - User installs and hosts Airavata, PGA and WSO2 IS on own servers.<br> + - Configure and register all compute resources, Gateway configuration on your own<br> + - Start from <a href="http://docs.scigap.org/en/latest/Installation/" target="_blank">Installations Page</a> + + +Based on the option you select the level of assistance you receive from Airavata group will differ. +<br>SciGaP or Airavata team will always act as the consultants to science communities and users who are looking out for middleware and gateways.
