2016-04-30 04:39:32 +00:00
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:
2017-08-28 12:50:14 +00:00
* 'keycloak-{project_version}.[zip|tar.gz]'
* 'keycloak-overlay-{project_version}.[zip|tar.gz]'
* 'keycloak-demo-{project_version}.[zip|tar.gz]'
2016-04-20 21:49:18 +00:00
2017-08-28 12:50:14 +00:00
The 'keycloak-{project_version}.[zip|tar.gz]' file is the server only distribution. It contains nothing other than the scripts and binaries
2016-04-29 20:12:12 +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
2017-08-28 12:50:14 +00:00
The 'keycloak-overlay-{project_version}.[zip|tar.gz]' file is a Wildfly add-on that allows you to install Keycloak Server on top of an existing
2017-04-21 10:15:50 +00:00
WildFly distribution. We do not support 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 WildFly distribution, open the bin directory in a shell and run `./jboss-cli.[sh|bat] --file=keycloak-install.cli`.
2016-04-20 21:49:18 +00:00
2017-08-28 12:50:14 +00:00
The 'keycloak-demo-{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
2016-04-29 20:12:12 +00:00
To unpack of these files run the `unzip` or `gunzip` and `tar` utilities.
2016-04-20 21:49:18 +00:00