/tackle-keycloak-theme

Keycloak theme for the Tackle project

Primary LanguageFreeMarkerApache License 2.0Apache-2.0

tackle-keycloak-theme

Keycloak theme for the Tackle project

Development

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

Release

  1. build JAR locally running:
mvn clean install
  1. 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 .