From 5db41aa203c924dd5cc30e8fd2e3e5af29283bd6 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Tue, 4 Feb 2020 14:22:28 +0100 Subject: [PATCH] Update distribution-files-community.adoc --- .../topics/installation/distribution-files-community.adoc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/server_installation/topics/installation/distribution-files-community.adoc b/server_installation/topics/installation/distribution-files-community.adoc index 020640500f..e7ca9c961e 100644 --- a/server_installation/topics/installation/distribution-files-community.adoc +++ b/server_installation/topics/installation/distribution-files-community.adoc @@ -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.