From 4d988f4579468e1813ec10ba942ab7fa87d962ca Mon Sep 17 00:00:00 2001 From: Mitchell Moore <mmoo97@uab.edu> Date: Tue, 17 Mar 2020 09:15:51 -0500 Subject: [PATCH] update intro --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14ff9c7..2cd34db 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 -- GitLab