Keycloak
27 строк · 632.0 Байт
1<#import "/templates/guide.adoc" as tmpl>
2
3<@tmpl.guide
4title="Podman"
5summary="Get started with {project_name} on Podman">
6
7:containerCommand: podman
8
9:links-local: true
10:links-admin-console: http://localhost:8080/admin[{project_name} Admin Console]
11:links-account-console: http://localhost:8080/realms/myrealm/account[{project_name} Account Console]
12
13== Before you start
14
15Make sure you have Podman installed.
16
17include::templates/start-keycloak-container.adoc[]
18
19include::templates/realm-config.adoc[]
20
21include::templates/login-to-account.adoc[]
22
23include::templates/first-app.adoc[]
24
25include::templates/next.adoc[]
26
27</@tmpl.guide>
28