diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5c68ff --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Dransible + +## Installation + +1. Download roles from Galaxy: + + ```bash + ansible-galaxy install -r tools/ansible/requirements.yml + ``` + +1. Start the server: + + ```bash + vagrant up + ``` + +1. Provision the server: + + ```bash + ansible-playbook tools/ansible/provision.yml + ``` + +1. Deploy the application: + + ```bash + ansible-playbook tools/ansible/deploy.yml + ```