Repository: airavata-docs Updated Branches: refs/heads/master e91a9c8df -> 1ecf40bc0
Added ansible playbook links for latest 0.17 Project: http://git-wip-us.apache.org/repos/asf/airavata-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-docs/commit/1ecf40bc Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/1ecf40bc Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/1ecf40bc Branch: refs/heads/master Commit: 1ecf40bc02b040e542bfb18accd26e15aa5e8acf Parents: e91a9c8 Author: Eroma Abeysinghe <[email protected]> Authored: Thu Jun 1 15:54:29 2017 -0400 Committer: Eroma Abeysinghe <[email protected]> Committed: Thu Jun 1 15:54:29 2017 -0400 ---------------------------------------------------------------------- PGA-Installation.md | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/1ecf40bc/PGA-Installation.md ---------------------------------------------------------------------- diff --git a/PGA-Installation.md b/PGA-Installation.md index c32edf8..2fb96fd 100644 --- a/PGA-Installation.md +++ b/PGA-Installation.md @@ -1,4 +1,13 @@ ## PGA Installation +<b>NOTE</b><br> +- These step by step instructions are for PGA with airavata 0.16 (previous) release.<br> +- For the latest PGA installation, please use ansible playbooks.<br> +- Here is link [1] to the playbook file on the âmasterâ branch. This playbook consist of two roles, env_setup [2] and pga [3] and you can look at those roles for further details. + +[1] <a href="https://github.com/apache/airavata/blob/master/dev-tools/ansible/pga.yml" target="_blank"> PGA Ansible Playbooks</a> <br> +[2] <a href="https://github.com/apache/airavata/tree/master/dev-tools/ansible/roles/env_setup/tasks" target="_blank">Env_setup</a> <br> +[3] <a href="https://github.com/apache/airavata/tree/master/dev-tools/ansible/roles/pga" target="_blank">PGA</a> + <b>Pick your OS...</b></br/> [<button type="button" style="color:#f2f2f2;text-align:center;font-weight:lighter;background-color:#2481b9;width:160px;border: 2px solid #2481b9;border-radius:4px">Cent OS</button>](#headPGACENTOS)
