2016-05-04 20:16:11 +00:00
2020-07-20 21:00:52 +00:00
[id="installing-server-product_{context}"]
= Installing the {project_name} server
2016-05-04 20:16:11 +00:00
2020-06-18 01:54:58 +00:00
For this sample instance of {project_name}, this procedure involves installation in standalone mode. The server download ZIP file contains the scripts and binaries to run the {project_name} server. You can install the server on Linux or Windows.
2016-05-04 20:16:11 +00:00
2020-06-18 01:54:58 +00:00
.Procedure
2016-05-04 20:16:11 +00:00
2020-06-18 01:54:58 +00:00
. Go to the https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?downloadType=distributions&product=core.service.rhsso[Red Hat customer portal].
2016-05-04 20:16:11 +00:00
2020-07-06 19:39:05 +00:00
. Download the {project_name} Server: *rh-sso-{project_version_base}.zip*
2018-05-15 14:28:04 +00:00
2020-06-18 01:54:58 +00:00
. Place the file in a directory you choose.
2020-07-06 19:39:05 +00:00
. Unpack the ZIP file using the appropriate `unzip` utility, such as unzip, tar, or Expand-Archive.
2020-06-18 01:54:58 +00:00
+
2018-05-15 14:28:04 +00:00
.Linux/Unix
2018-06-07 17:27:48 +00:00
[source,bash,subs=+attributes]
2018-05-15 14:28:04 +00:00
----
2020-07-06 19:39:05 +00:00
$ unzip rhsso-{project_version_base}.zip
2020-06-18 01:54:58 +00:00
or
2020-07-06 19:39:05 +00:00
$ tar -xvzf rh-sso-{project_version_base}.tar.gz
2018-05-15 14:28:04 +00:00
----
2020-06-18 01:54:58 +00:00
+
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
----
2020-07-06 19:39:05 +00:00
> Expand-Archive -Path 'C:Downloads\rhsso-{project_version_base}.zip` -DestinationPath 'C:\Downloads'
2018-05-15 14:28:04 +00:00
----