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

38 lines
1,020 B
Text
Raw Normal View History

<#import "/templates/guide.adoc" as tmpl>
<#import "/templates/profile.adoc" as profile>
<@tmpl.guide
title="OpenJDK"
summary="Get started with {project_name} on bare metal">
:links-local: true
:links-admin-console: http://localhost:8080/admin[{project_name} Admin Console]
:links-account-console: http://localhost:8080/realms/myrealm/account[{project_name} Account Console]
== Before you start
include::templates/hw-requirements.adoc[]
Make sure you have https://openjdk.java.net/[OpenJDK 21] installed.
== Download {project_name}
Download and extract {archivedownloadurl}[{archivebasename}-{version}.zip]
from the {project_name} website.
After extracting this file, you should have a directory that is named `{archivebasename}-{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>