<#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 11] 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[]