Update distribution-files-community.adoc
This commit is contained in:
parent
33d554c149
commit
5db41aa203
1 changed files with 0 additions and 5 deletions
|
@ -5,7 +5,6 @@ The Keycloak Server has three downloadable distributions:
|
|||
|
||||
* 'keycloak-{project_version}.[zip|tar.gz]'
|
||||
* 'keycloak-overlay-{project_version}.[zip|tar.gz]'
|
||||
* 'keycloak-demo-{project_version}.[zip|tar.gz]'
|
||||
|
||||
The 'keycloak-{project_version}.[zip|tar.gz]' file is the server only distribution. It contains nothing other than the scripts and binaries
|
||||
to run the Keycloak Server. To unpack this file just run your operating system's `unzip` or `gunzip` and `tar` utilities.
|
||||
|
@ -14,10 +13,6 @@ The 'keycloak-overlay-{project_version}.[zip|tar.gz]' file is a WildFly add-on t
|
|||
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`.
|
||||
|
||||
The 'keycloak-demo-{project_version}.[zip|tar.gz]' contains the server binaries, all documentation and all examples. It is preconfigured with both the
|
||||
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
|
||||
recommended for those that want to test drive Keycloak. We do not support users that run the demo distribution in production.
|
||||
|
||||
To unpack of these files run the `unzip` or `gunzip` and `tar` utilities.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue