keycloak-scim/docs/guides/getting-started/getting-started-zip.adoc
andymunro 7d62f6308d
Create an attribute for Getting Started (#24825)
* Create an attribute for Getting Started

Closes #24824

Signed-off-by: AndyMunro <amunro@redhat.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2023-11-20 13:16:35 +01:00

35 lines
978 B
Text

<#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
Make sure you have https://openjdk.java.net/[OpenJDK 17] 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>