keycloak-scim/server_installation/topics/installation/distribution-files-product.adoc
andymunro cb730556a7
KEYCLOAK-15291 Addressing review comments. (#1201)
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2021-11-10 12:39:43 +01:00

50 lines
1.5 KiB
Text

=== Installing RH-SSO from a ZIP file
The {project_name} server download ZIP file contains the scripts and binaries to run the {project_name} server. You install the {project_version_base} server first, then the {project_version} server patch.
.Procedure
. Go to the https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?downloadType=distributions&product=core.service.rhsso[Red Hat customer portal].
. Download the {project_name} {project_version_base} server.
. Unpack the ZIP file using the appropriate `unzip` utility, such as unzip, tar, or Expand-Archive.
. Return to the https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?downloadType=distributions&product=core.service.rhsso[Red Hat customer portal].
. Click the `Patches` tab.
. Download the {project_name} {project_version} server patch.
. Place the downloaded file in a directory you choose.
. Go to the `bin` directory of {appserver_name}.
. Start the {appserver_name} command line interface.
+
.Linux/Unix
[source,bash,subs=+attributes]
----
$ jboss-cli.sh
----
+
.Windows
[source,bash,subs=+attributes]
----
> jboss-cli.bat
----
. Apply the patch.
+
[source,bash,subs=+attributes]
----
$ patch apply <path-to-zip>/rh-sso-{project_version}-patch.zip
----
.Additional resources
For more details on applying patches, see link:https://access.redhat.com/documentation/en-us/red_hat_single_sign-on/{project_version_base}/html/upgrading_guide/upgrading#zip-patching[Patching a ZIP/Installer Installation].