Keycloak theme for the Tackle project
Setup your dev environment executing:
./setup-dev-env.sh
The script above will download Keycloak and configure files. Now you can init Keycloak:
./workspace/keycloak-12.0.3/bin/standalone.sh
- Open your browser using http://localhost:8080/auth and create your admin user.
- Select the new theme in the Keycloak console
- build JAR locally running:
mvn clean install
- create the container image executing:
podman build -t tackle-keycloak-init:$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout) -f Dockerfile.init .