2016-05-04 20:16:11 +00:00
2016-12-12 20:20:58 +00:00
=== Installing the Server
2016-05-04 20:16:11 +00:00
2018-05-15 14:28:04 +00:00
Download the {project_name} Server:
2016-05-04 20:16:11 +00:00
2019-01-17 13:40:30 +00:00
* *rh-sso-{project_version}.zip*
2016-05-04 20:16:11 +00:00
2018-05-07 16:43:10 +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
2019-01-17 13:40:30 +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
2018-05-15 14:28:04 +00:00
Place the file in a directory you choose and use the `unzip` utility to unpack it, like this:
.Linux/Unix
2018-06-07 17:27:48 +00:00
[source,bash,subs=+attributes]
2018-05-15 14:28:04 +00:00
----
2019-01-17 13:40:30 +00:00
$ jar xf rh-sso-{project_version}.zip
2018-05-15 14:28:04 +00:00
----
.Windows
2018-06-07 17:27:48 +00:00
[source,bash,subs=+attributes]
2018-05-15 14:28:04 +00:00
----
2019-01-17 13:40:30 +00:00
> unzip rh-sso-{project_version}.zip
2018-05-15 14:28:04 +00:00
----