keycloak-scim/getting_started/topics/first-boot/distribution-files-product.adoc

25 lines
715 B
Text
Raw Normal View History

2016-05-04 20:16:11 +00:00
=== Installing the Server
2016-05-04 20:16:11 +00:00
Download the {project_name} Server:
2016-05-04 20:16:11 +00:00
* *rh-sso-{project_version}.zip*
2016-05-04 20:16:11 +00:00
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].
2016-05-04 20:16:11 +00:00
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.
2016-05-04 20:16:11 +00:00
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
----