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