keycloak-scim/topics/installation/distribution-files-community.adoc

27 lines
1.5 KiB
Text
Raw Normal View History

2016-04-21 14:26:04 +00:00
=== Installing Distribution Files
2016-04-20 21:49:18 +00:00
The Keycloak Server has three downloadable distributions:
2016-04-20 22:04:17 +00:00
* 'keycloak-{{book.project.version}}.[zip|tar.gz]'
* 'keycloak-overlay-{{book.project.version}}.[zip|tar.gz]'
* 'keycloak-demo-{{book.project.version}}.[zip|tar.gz]'
2016-04-20 21:49:18 +00:00
2016-04-20 22:04:17 +00:00
The 'keycloak-{{book.project.version}}.[zip|tar.gz]' file is the server only distribution. It contains nothing other than the scripts and binaries
2016-04-22 20:28:36 +00:00
to run the Keycloak Server. To unpack this file just run your operating system's +unzip+ or +gunzip+ and +tar+ utilities.
2016-04-20 21:49:18 +00:00
2016-04-20 22:04:17 +00:00
The 'keycloak-overlay-{{book.project.version}}.[zip|tar.gz]' file is a Wildfly Service Pack that allows you to install Keycloak Server on top of an existing
2016-04-29 16:09:09 +00:00
Wildfly or JBoss EAP distribution. We suggest that you do not use this distribution unless you want to install on top of the latest JBoss EAP distribution. We do not support
2016-04-22 20:28:36 +00:00
users that want to run their applications and Keycloak on the same server instance. To install the Keycloak Service Pack, just unzip it in the root directory
of your JBoss EAP distribution.
2016-04-20 21:49:18 +00:00
2016-04-29 16:09:09 +00:00
The 'keycloak-demo-{{book.project.version}}.[zip|tar.gz]' contains the server binaries, all documentation and all examples. It is preconfigured with both the
2016-04-20 21:49:18 +00:00
OIDC and SAML client application adapters and can deploy any of the distribution examples out of the box with no configuration. This distribution is only
2016-04-29 16:09:09 +00:00
recommended for those that want to test drive Keycloak. We do not support users that run the demo distribution in production.
2016-04-20 21:49:18 +00:00
To unpack of these files run the +unzip+ or +gunzip+ and +tar+ utilities.