replaced keycloak with {{book.project.name}}
This commit is contained in:
parent
64631eb899
commit
3636f83ee0
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue