replaced keycloak with {{book.project.name}}

This commit is contained in:
--add 2016-05-23 12:34:17 +05:30
parent 64631eb899
commit 3636f83ee0
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ If this is not done anyone can easily gain admin rights to your {{book.project.n
rhc app create <APPLICATION NAME> http://cartreflect-claytondev.rhcloud.com/github/keycloak/openshift-keycloak-cartridge
----
. Replace `<APPLICATION NAME>` with the name you want (for example keycloak).
. Replace `<APPLICATION NAME>` 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.

View file

@ -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.