From 628fb437ff7213a4d1e9f5b40fc6a6cf9d6a81ce Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Wed, 20 Apr 2016 12:18:03 -0400 Subject: [PATCH] subchapters --- SUMMARY.adoc | 1 + topics/overview.adoc | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/SUMMARY.adoc b/SUMMARY.adoc index 589b55e613..e5a0feb6bd 100755 --- a/SUMMARY.adoc +++ b/SUMMARY.adoc @@ -6,6 +6,7 @@ . link:topics/preface.adoc[Preface] . link:topics/overview.adoc[Overview] . link:topics/server-installation.adoc[Installation and Configuration of Keycloak Server] + . link:topics/server-installation.adoc#_overlay_install[Install on existing WildFly or JBoss EAP] . link:topics/openshift.adoc[Running Keycloak Server on OpenShift] . link:topics/cache.adoc[Server Cache] . link:topics/clustering.adoc[Clustering] diff --git a/topics/overview.adoc b/topics/overview.adoc index 8fcf6a0a8a..6bdd3131be 100755 --- a/topics/overview.adoc +++ b/topics/overview.adoc @@ -1,4 +1,9 @@ -= Introduction += Guide Overview -The purpose of this guide is to walk through everything that needs to be installed and configured prior to first booting -up the {{ project.name }} server. \ No newline at end of file +The purpose of this guide is to walk through the steps that need to be completed prior to booting up the +Keycloak server for the first time. If you just want to test drive Keycloak, it pretty much runs out of the box with its +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