From 3636f83ee05a1b0c9c5d5fa94f8358ea53553b26 Mon Sep 17 00:00:00 2001 From: --add Date: Mon, 23 May 2016 12:34:17 +0530 Subject: [PATCH] replaced keycloak with {{book.project.name}} --- topics/openshift.adoc | 2 +- topics/overview.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/openshift.adoc b/topics/openshift.adoc index 6a97b2febd..7dee2f7668 100755 --- a/topics/openshift.adoc +++ b/topics/openshift.adoc @@ -29,7 +29,7 @@ If this is not done anyone can easily gain admin rights to your {{book.project.n rhc app create http://cartreflect-claytondev.rhcloud.com/github/keycloak/openshift-keycloak-cartridge ---- -. Replace `` with the name you want (for example keycloak). +. Replace `` with the name you want (for example {{book.project.name}}). Once the instance is created the rhc tool outputs details about it. Open the returned `URL` in a browser to open the {{book.project.name}} servers homepage. diff --git a/topics/overview.adoc b/topics/overview.adoc index b0670819b8..054ae83b31 100755 --- a/topics/overview.adoc +++ b/topics/overview.adoc @@ -10,6 +10,6 @@ own embedded and local-only database. For decisions and setup you must do prior to deploying the server. One thing to particularly note is that {{book.project.name}} is derived from the {{book.appserver.name}} Application Server. -Many aspects of configuring a {{book.project.name}} revolve around {{book.appserver.name}} configuration elements. Often +Many aspects of configuring {{book.project.name}} revolve around {{book.appserver.name}} configuration elements. Often this guide will direct you to documentation outside of the manual if you want to dive into more detail.