2023-02-09 09:29:41 +00:00
|
|
|
<#import "/templates/guide.adoc" as tmpl>
|
|
|
|
|
|
|
|
<@tmpl.guide
|
|
|
|
title="Podman"
|
2023-11-08 14:09:04 +00:00
|
|
|
summary="Get started with {project_name} on Podman">
|
2023-02-09 09:29:41 +00:00
|
|
|
|
|
|
|
:containerCommand: podman
|
|
|
|
|
|
|
|
: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
|
|
|
|
|
|
|
Make sure you have Podman installed.
|
|
|
|
|
|
|
|
include::templates/start-keycloak-container.adoc[]
|
|
|
|
|
|
|
|
include::templates/realm-config.adoc[]
|
|
|
|
|
|
|
|
include::templates/login-to-account.adoc[]
|
|
|
|
|
|
|
|
include::templates/first-app.adoc[]
|
|
|
|
|
|
|
|
include::templates/next.adoc[]
|
|
|
|
|
|
|
|
</@tmpl.guide>
|