Southern-Coalition-Team-19 / southerncoalition

GNU General Public License v3.0
0 stars 4 forks source link

Automate the restore of the data to the application in OpenShift #30

Open computate opened 4 years ago

computate commented 4 years ago

Create a directory for the southerncoalition repository with the included ansible scripts to setup issues in Github for the organization.

sudo install -d -o $USER -g $USER /usr/local/src/southerncoalition

Clone the git repository into the new directory.

git clone git@github.com:Southern-Coalition-Team-19/southerncoalition.git /usr/local/src/southerncoalition

As a team, automate the restore of the data to the application in OpenShift.

Run the playbook to install the application to OpenShift.

(cd /usr/local/src/computate/ansible && ansible-playbook southerncoalition_restore_enUS.yml -i /usr/local/src/southerncoalition/inventories/openshift/hosts --vault-id @prompt)