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

31 lines
785 B
Text
Raw Normal View History

2016-05-04 20:16:11 +00:00
[id="standalone-keycloak-install"]
=== Installing the Server
You can install the server on Linux or Windows. The server download ZIP file contains the scripts and binaries to run the {project_name} server.
2016-05-04 20:16:11 +00:00
.Procedure
2016-05-04 20:16:11 +00:00
. Download *keycloak-{project_version}.[zip|tar.gz]* from https://www.keycloak.org/downloads.html[Keycloak downloads].
2016-05-04 20:16:11 +00:00
. Place the file in a directory you choose.
2016-05-04 20:16:11 +00:00
. Unpack the ZIP file using the appropriate `unzip` utility, such as unzip, tar, or Expand-Archive.
+
.Linux/Unix
2018-06-07 11:33:52 +00:00
[source,bash,subs=+attributes]
----
$ unzip keycloak-{project_version}.zip
or
$ tar -xvzf keycloak-{project_version}.tar.gz
----
+
.Windows
[source,bash,subs=+attributes]
----
> Expand-Archive -Path 'C:Downloads\keycloak-{project_version}.zip` -DestinationPath 'C:\Downloads'
----