keycloak-scim/getting_started/topics/first-boot/distribution-files-product.adoc
2018-07-02 09:02:13 -05:00

24 lines
726 B
Text

=== Installing the Server
Download the {project_name} Server:
* *rh-sso-{project_version}.GA.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}.GA.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]
----
$ unzip rh-sso-{project_version}.GA.zip
----
.Windows
[source,bash,subs=+attributes]
----
> unzip rh-sso-{project_version}.GA.zip
----