=== 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 /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].