Back to the home page — Previous page: 2. Configuration — Next page: 4. How to deploy locally
Prerequisites: Java, Maven
$ mvn installThat builds a JAR file in the target directory.
Prerequisites: Docker
$ ./build.shThat stores the JAR file at the root
directory of a minimal Docker image,
making it able to be accessed from a
Docker container running Keycloak. See
the docker-compose.yml file
for an exemple of configuration.
Back to the home page — Previous page: 2. Configuration — Next page: 4. How to deploy locally