Refactor readme
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/fdafdcb5 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/fdafdcb5 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/fdafdcb5 Branch: refs/heads/develop Commit: fdafdcb5e603abb2e71a24d094483c0ab9ca723a Parents: bbe01a7 Author: Shameera Rathnayaka <[email protected]> Authored: Thu Jul 28 12:43:43 2016 -0400 Committer: Shameera Rathnayaka <[email protected]> Committed: Thu Jul 28 12:43:43 2016 -0400 ---------------------------------------------------------------------- README.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/fdafdcb5/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 14839a7..a3e13b3 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,23 @@ # airavata-ansible + Ansible script to deploy Apache Airavata ## Support OS - * Centos 7 + +- Centos 7 ## Roles -**setup** :- Create user and group, install oracle java 8 -**zookeeper** :- Download and install zookeeper. -**rabbitmq** :- Download and install rabbitmq as service. -**common** :- Checkout Airavata source from git and run maven build. Move keystore files. -**gfac** :- Setup Gfac deployment and Change configurations. -**api-orch** :- Setup Api-Orch deployment and Change configurations. -**pga** :- Deploy Airavata PHP Gateway. + +- **setup** :- Create user and group, install oracle java 8 +- **zookeeper** :- Download and install zookeeper. +- **rabbitmq** :- Download and install rabbitmq as service. +- **common** :- Checkout Airavata source from git and run maven build. Move keystore files. +- **gfac** :- Setup Gfac deployment and Change configurations. +- **api-orch** :- Setup Api-Orch deployment and Change configurations. +- **pga** :- Deploy Airavata PHP Gateway._(Under development)_ ## Useful commands - * `ansible-playbook -i hosts site.yml` - * `ansible-playbook -i hosts site.yml -t "tags"` - * `ansible-playbook -i hosts site.yml --start-at-task="name of the ansible task"` + +- `ansible-playbook -i hosts site.yml` +- `ansible-playbook -i hosts site.yml -t "tags"` +- `ansible-playbook -i hosts site.yml --start-at-task="name of the ansible task"`
