Setup and Installation
This section guides you through setting up and installing the Keycloak SSI Deployment.
Prerequisites
Before you begin, ensure you have the following installed on your system:
- Docker: For containerizing Keycloak and other services.
- Docker Compose: For defining and running multi-container Docker applications.
- Git: For cloning the repository.
Cloning the Repository
First, clone the keycloak-ssi-deployment repository to your local machine:
git clone https://github.com/adorsys/keycloak-ssi-deployment.git
cd keycloak-ssi-deployment
Recommended approach
** There are two options. Use the CLI tool refered in this guide or proceed runnign the scrips in order. **