mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-15 22:09:46 -04:00
This PR is mostly based on 303446b465.
Additionally, I made few tweaks to documentation and introduce a doc variable for the recommended Java version so limit required changing when migrating the recommended JDK version.
* Closes: https://github.com/keycloak/keycloak/issues/45830
Signed-off-by: Michal Vavřík <michal.vavrik@aol.com>
37 lines
1 KiB
Text
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_recommended}] 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>
|