[id="installing-server-product_{context}"] = Installing the {project_name} server 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. .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} Server: *rh-sso-{project_version_base}.zip* . Place the file in a directory you choose. . Unpack the ZIP file using the appropriate `unzip` utility, such as unzip, tar, or Expand-Archive. + .Linux/Unix [source,bash,subs=+attributes] ---- $ unzip rhsso-{project_version_base}.zip or $ tar -xvzf rh-sso-{project_version_base}.tar.gz ---- + .Windows [source,bash,subs=+attributes] ---- > Expand-Archive -Path 'C:Downloads\rhsso-{project_version_base}.zip' -DestinationPath 'C:\Downloads' ----