- Install Ansible
pip install -r requirements.txt
- Install ansible galaxy roles
ansible-galaxy install -r requirements.yml
- Each app has it's own subdirectory in this repo that controls it. See the README in the app directory for further instructions. For example "apps/api" or "apps/webapp".
- For general documentation see the
docs/
directory at the root of this repo. - For app specific documentation see the
docs/
directory at the root of each app directory.