e80107757f
https://www.keycloak.org/docs/21.0.1/release_notes/index.html#java-11-support-for-keycloak-server-deprecated
34 lines
959 B
Text
34 lines
959 B
Text
<#import "/templates/guide.adoc" as tmpl>
|
|
|
|
<@tmpl.guide
|
|
title="OpenJDK"
|
|
summary="Get started with Keycloak on bare metal">
|
|
|
|
:links-local: true
|
|
:links-admin-console: http://localhost:8080/admin[Keycloak Admin Console]
|
|
:links-account-console: http://localhost:8080/realms/myrealm/account[Keycloak Account Console]
|
|
|
|
== Before you start
|
|
|
|
Make sure you have https://openjdk.java.net/[OpenJDK 17] or a higher version installed.
|
|
|
|
== Download Keycloak
|
|
|
|
Download and extract https://github.com/keycloak/keycloak/releases/download/{version}/keycloak-{version}.zip[keycloak-{version}.zip]
|
|
from the Keycloak website.
|
|
|
|
After extracting this file, you should have a directory named keycloak-{version}.
|
|
|
|
include::templates/start-keycloak-localhost.adoc[]
|
|
|
|
include::templates/create-admin-localhost.adoc[]
|
|
|
|
include::templates/realm-config.adoc[]
|
|
|
|
include::templates/login-to-account.adoc[]
|
|
|
|
include::templates/first-app.adoc[]
|
|
|
|
include::templates/next.adoc[]
|
|
|
|
</@tmpl.guide>
|