keycloak/docs/guides/getting-started/getting-started-zip.adoc
Václav Muzikář 5c062a9e59
Downgrade server container image back to OpenJDK 21 (#46813)
* Downgrade server container image back to OpenJDK 21

Closes #46812

Signed-off-by: Václav Muzikář <vmuzikar@ibm.com>

* Remove JDK downgrade note, rename attribute

Signed-off-by: Václav Muzikář <vmuzikar@ibm.com>

---------

Signed-off-by: Václav Muzikář <vmuzikar@ibm.com>
2026-03-10 14:26:11 +01:00

37 lines
1 KiB
Text

<#import "/templates/guide.adoc" as tmpl>
<#import "/templates/profile.adoc" as profile>
<@tmpl.guide
title="OpenJDK"
summary="Get started with {project_name} on a physical or virtual server.">
: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 {jdk_version_latest}] 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>