keycloak-scim/getting_started/topics/first-boot/distribution-files-product.adoc
2020-07-01 18:50:29 -03:00

35 lines
925 B
Text

[id="standalone-install"]
=== 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}.zip*
. Place the file in a directory you choose.
. Unpack the ZIP file using the appropriate `unzip` utility, such as jar, tar, or unzip.
+
.Linux/Unix
[source,bash,subs=+attributes]
----
$ unzip rhsso-{project_version}.zip
or
$ tar -xvzf rh-sso-{project_version}.tar.gz
----
+
.Windows
[source,bash,subs=+attributes]
----
$ unzip rhsso-{project_version}.zip
----