This commit is contained in:
Bill Burke 2016-04-21 11:23:27 -04:00
parent 9515deaeab
commit 28a0e60929
2 changed files with 9 additions and 3 deletions

View file

@ -13,8 +13,10 @@
"product": false,
"images": "rhsso-images",
"appserver": {
"name": "Wildfly",
"version": "10.0.0.Final"
"name": "JBoss EAP",
"version": "6.4",
"admindoc": "Administration and Configuration Guide",
"admindoclink": "https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html/Administration_and_Configuration_Guide/"
},
"project": {
"name": "Keycloak",

View file

@ -4,3 +4,7 @@ Before deploying {{book.project.name}} in a production environment you need to d
you are going to use. Will you run {{book.project.name}} within a cluster? Do you want a centralized way to manage
your server configurations? This is where deciding the deployment mode comes in. This decision
effects how you configure databases, configure caching and even how you boot the server.
TIP: The {{book.project.name}} is built on top of the {{book.appserver.name}} Application Server. This guide will only
go over the basics for deployment within a specific mode. If you want specific information on this, a better place
to go would be the link:{{book.appserver.admindoclink}}[{{book.appserver.admindoc}}]