2023-02-09 09:29:41 +00:00
|
|
|
<#import "/templates/guide.adoc" as tmpl>
|
2023-10-12 21:33:25 +00:00
|
|
|
<#import "/templates/profile.adoc" as profile>
|
2023-02-09 09:29:41 +00:00
|
|
|
|
|
|
|
<@tmpl.guide
|
|
|
|
title="OpenJDK"
|
2023-11-08 14:09:04 +00:00
|
|
|
summary="Get started with {project_name} on bare metal">
|
2023-02-09 09:29:41 +00:00
|
|
|
|
|
|
|
:links-local: true
|
2023-11-08 14:09:04 +00:00
|
|
|
:links-admin-console: http://localhost:8080/admin[{project_name} Admin Console]
|
|
|
|
:links-account-console: http://localhost:8080/realms/myrealm/account[{project_name} Account Console]
|
2023-02-09 09:29:41 +00:00
|
|
|
|
2023-02-13 07:40:02 +00:00
|
|
|
== Before you start
|
2023-02-09 09:29:41 +00:00
|
|
|
|
2024-05-07 08:01:09 +00:00
|
|
|
include::templates/hw-requirements.adoc[]
|
|
|
|
|
2024-06-03 12:17:28 +00:00
|
|
|
Make sure you have https://openjdk.java.net/[OpenJDK 21] installed.
|
2023-02-09 09:29:41 +00:00
|
|
|
|
2023-11-08 14:09:04 +00:00
|
|
|
== Download {project_name}
|
2023-02-09 09:29:41 +00:00
|
|
|
|
2023-11-20 12:16:35 +00:00
|
|
|
Download and extract {archivedownloadurl}[{archivebasename}-{version}.zip]
|
2023-11-08 14:09:04 +00:00
|
|
|
from the {project_name} website.
|
2023-02-09 09:29:41 +00:00
|
|
|
|
2023-11-20 12:16:35 +00:00
|
|
|
After extracting this file, you should have a directory that is named `{archivebasename}-{version}`.
|
2023-02-09 09:29:41 +00:00
|
|
|
|
|
|
|
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>
|