subchapters

This commit is contained in:
Bill Burke 2016-04-20 12:37:52 -04:00
parent 628fb437ff
commit edb577634e
3 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,7 @@
== Keycloak Reference Guide
:toc:
//. link:topics/templates/document-attributes.adoc[]
:imagesdir: images

6
topics/installation.adoc Executable file
View file

@ -0,0 +1,6 @@
= Installation
This chapter shows you how to install Keycloak and walks you through the directory structure of an installation.
== Unpackaging Keycloak

View file

@ -6,4 +6,6 @@ own embedded and local-only database. For
actual deployments that are going to be run in production you'll need to decide how you want to manage server configuration
at runtime (standalone or domain mode), configure a shared database you will use for Keycloak, set up encryption and HTTPS,
and finally set up Keycloak to run in a cluster. This guide walks through each and every aspect of any pre-boot
decisions and setup you must do prior to deploying Keycloak.
decisions and setup you must do prior to deploying Keycloak.
Testing templating {book.project.name} and {project.name}