diff --git a/README.md b/README.md index 14ff9c7fa477097341a034b18a987b27cb08a349..2cd34db112a03c22b4a1bade416fcae7ba16ab9c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Introduction This is a flask application that leverages [RabbitMQ](https://www.rabbitmq.com/) and [Celery](https://docs.celeryproject.org/en/latest/getting-started/introduction.html) -to asynchronously create a Cheaha user account. Currently the project is being developed on an Openstack cluster. +to asynchronously create a Cheaha user account. Currently the project is being developed on a Terraform-provisioned [Openstack](https://gitlab.rc.uab.edu/jpr/terraform-openstack) cluster which leverages various +[Ansible](https://docs.ansible.com/?extIdCarryOver=true&sc_cid=701f2000001OH7YAAW) playbooks and variables from the [CRI_XCBC](https://github.com/jprorama/CRI_XCBC) repo. At any point in this project, these +repos may be referenced for more detail on the process of setting up your development cluster. # Project Setup - To clone this repo use the command: ``` $ git clone https://gitlab.rc.uab.edu/mmoo97/flask_user_reg.git