keycloak-scim/docs/guides/src/main/getting-started/getting-started-zip.adoc

35 lines
954 B
Text
Raw Normal View History

<#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 newer installed.
## Download Keycloak
First step is to download and extract https://github.com/keycloak/keycloak/releases/download/{version}/keycloak-{version}.zip[keycloak-{version}.zip]
from the Keycloak website.
After extracting 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>