Keycloak
35 строк · 978.0 Байт
1<#import "/templates/guide.adoc" as tmpl>
2<#import "/templates/profile.adoc" as profile>
3
4<@tmpl.guide
5title="OpenJDK"
6summary="Get started with {project_name} on bare metal">
7
8:links-local: true
9:links-admin-console: http://localhost:8080/admin[{project_name} Admin Console]
10:links-account-console: http://localhost:8080/realms/myrealm/account[{project_name} Account Console]
11
12== Before you start
13
14Make sure you have https://openjdk.java.net/[OpenJDK 17] installed.
15
16== Download {project_name}
17
18Download and extract {archivedownloadurl}[{archivebasename}-{version}.zip]
19from the {project_name} website.
20
21After extracting this file, you should have a directory that is named `{archivebasename}-{version}`.
22
23include::templates/start-keycloak-localhost.adoc[]
24
25include::templates/create-admin-localhost.adoc[]
26
27include::templates/realm-config.adoc[]
28
29include::templates/login-to-account.adoc[]
30
31include::templates/first-app.adoc[]
32
33include::templates/next.adoc[]
34
35</@tmpl.guide>
36