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

22 lines
1,003 B
Text
Raw Normal View History

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 two downloadable distributions:
2016-04-20 21:49:18 +00:00
2017-08-28 12:50:14 +00:00
* 'keycloak-{project_version}.[zip|tar.gz]'
* 'keycloak-overlay-{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
2018-01-26 14:52:39 +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
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
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