From 01bde7895ae0345659af198467dbbf56bab0677f Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Sat, 24 Nov 2018 16:53:41 -0700 Subject: [PATCH] infra: Update the README.md for deploying the apps --- infra/deployment/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/infra/deployment/README.md b/infra/deployment/README.md index 26d2a2c..c81c26c 100644 --- a/infra/deployment/README.md +++ b/infra/deployment/README.md @@ -4,6 +4,9 @@ This folder contains all the required scripts to deploy the projects. These scripts were tested with ansible 2.6.4, higher versions should work too, it might not work with smaller versions. -## xsnd -Execute the following command to deploy the application to a test server: -- `ansible-playbook -i test-hosts.ini --ask-become-pass --vault-password-file .vault xsnd.yml` +## Run +Execute the following commands to deploy the applications to a test server: +- xsnd: `ansible-playbook -i test-hosts.ini --ask-become-pass --vault-password-file .vault xsnd.yml` +- postgres: `ansible-playbook -i test-hosts.ini --ask-become-pass --vault-password-file .vault postgres.yml` +- xsn-backend: `ansible-playbook -i test-hosts.ini --ask-become-pass --vault-password-file .vault xsn-backend.yml` +- all `ansible-playbook -i test-hosts.ini --ask-become-pass --vault-password-file .vault xsnd.yml postgres.yml xsn-backend.yml`