keycloak-scim/getting_started/topics/first-boot/distribution-files-product.adoc

36 lines
925 B
Text
Raw Normal View History

2016-05-04 20:16:11 +00:00
[id="standalone-install"]
=== Installing the {project_name} server
2016-05-04 20:16:11 +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
.Procedure
2016-05-04 20:16:11 +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
. 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
----