keycloak-scim/getting_started/topics/first-boot/distribution-files-product.adoc
2019-02-20 11:19:13 +01:00

24 lines
715 B
Text

=== Installing the Server
Download the {project_name} Server:
* *rh-sso-{project_version}.zip*
NOTE: This file can be downloaded from https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?downloadType=distributions&product=core.service.rhsso[the Red Hat customer portal].
The *rh-sso-{project_version}.zip* file is the server-only distribution. It contains only the scripts and binaries to run the {project_name} server.
Place the file in a directory you choose and use the `unzip` utility to unpack it, like this:
.Linux/Unix
[source,bash,subs=+attributes]
----
$ jar xf rh-sso-{project_version}.zip
----
.Windows
[source,bash,subs=+attributes]
----
> unzip rh-sso-{project_version}.zip
----