From edb577634ecb917fe339c9fb0ce167375c8f392d Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Wed, 20 Apr 2016 12:37:52 -0400 Subject: [PATCH] subchapters --- SUMMARY.adoc | 2 ++ topics/installation.adoc | 6 ++++++ topics/overview.adoc | 4 +++- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100755 topics/installation.adoc diff --git a/SUMMARY.adoc b/SUMMARY.adoc index e5a0feb6bd..49413d93f3 100755 --- a/SUMMARY.adoc +++ b/SUMMARY.adoc @@ -1,5 +1,7 @@ == Keycloak Reference Guide +:toc: + //. link:topics/templates/document-attributes.adoc[] :imagesdir: images diff --git a/topics/installation.adoc b/topics/installation.adoc new file mode 100755 index 0000000000..49baa7d8c3 --- /dev/null +++ b/topics/installation.adoc @@ -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 + diff --git a/topics/overview.adoc b/topics/overview.adoc index 6bdd3131be..d61e41d79f 100755 --- a/topics/overview.adoc +++ b/topics/overview.adoc @@ -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. \ No newline at end of file + decisions and setup you must do prior to deploying Keycloak. + + Testing templating {book.project.name} and {project.name} \ No newline at end of file