more
This commit is contained in:
parent
a5cb4146df
commit
4e866200f2
3 changed files with 3 additions and 13 deletions
|
@ -11,7 +11,7 @@
|
|||
"variables": {
|
||||
"community": true,
|
||||
"product": false,
|
||||
"images": "rhsso-images",
|
||||
"images": "keycloak-images",
|
||||
"appserver": {
|
||||
"name": "JBoss EAP",
|
||||
"version": "6.4",
|
||||
|
|
|
@ -3,12 +3,7 @@
|
|||
This chapter walks you through the directory structure of the server distribution.
|
||||
|
||||
.distribution directory structure
|
||||
{% if book.product %}
|
||||
. image:../../rhsso-images/files.png[alt="distribution"]
|
||||
{% endif %}
|
||||
{% if book.community %}
|
||||
image:../../keycloak-images/files.png[alt="distribution"]
|
||||
{% endif %}
|
||||
image:../../{{book.images}}/files.png[alt="distribution"]
|
||||
|
||||
Let's examine some of the purposes of each directory
|
||||
|
||||
|
|
|
@ -49,12 +49,7 @@ _.../standalone/configuration/keycloak.json_. This file is used to configure no
|
|||
only applicable to {{book.project.name}}
|
||||
|
||||
.Standalone {{book.project.name}} Config File
|
||||
{% if book.product %}
|
||||
image:../../rhsso-images/standalone-json-config-file.png[]
|
||||
{% endif %}
|
||||
{% if book.community %}
|
||||
image:../../keycloak-images/standalone-json-config-file.png[]
|
||||
{% endif %}
|
||||
image:../../{{book.images}}/standalone-json-config-file.png[]
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue