{% hint style="info" %} Tip: This guide assumes you have a grounding in the tools that AuthSafe is based on. Please read Understand the basics to learn about these tools. {% endhint %}
- Install docker-compose
- Install go
- Install terraform
- Verify docker-compose
docker-compose -v
- Verify go
go version
- Verify terraform
terraform version
- Update hostfile:
sudo vi /etc/hosts
...
127.0.0.1 keycloak
127.0.0.1 redis
127.0.0.1 vault
127.0.0.1 mailhog
127.0.0.1 temporal
127.0.0.1 mysql
- Install AuthSafe
brew install authsafe
- Run testdrive
authsafe testdrive