2016-05-04 20:16:11 +00:00
|
|
|
|
2020-07-20 21:00:52 +00:00
|
|
|
[id="installing-server-community_{context}"]
|
|
|
|
= Installing the Server
|
2020-06-18 01:54:58 +00:00
|
|
|
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
|
|
|
|
2020-06-18 01:54:58 +00:00
|
|
|
.Procedure
|
2016-05-04 20:16:11 +00:00
|
|
|
|
2020-06-18 01:54:58 +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
|
|
|
|
2020-06-18 01:54:58 +00:00
|
|
|
. Place the file in a directory you choose.
|
2016-05-04 20:16:11 +00:00
|
|
|
|
2020-07-06 19:39:05 +00:00
|
|
|
. Unpack the ZIP file using the appropriate `unzip` utility, such as unzip, tar, or Expand-Archive.
|
2018-05-15 14:28:04 +00:00
|
|
|
|
2020-06-18 01:54:58 +00:00
|
|
|
+
|
2018-05-15 14:28:04 +00:00
|
|
|
.Linux/Unix
|
2018-06-07 11:33:52 +00:00
|
|
|
[source,bash,subs=+attributes]
|
2018-05-15 14:28:04 +00:00
|
|
|
----
|
|
|
|
$ unzip keycloak-{project_version}.zip
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
$ tar -xvzf keycloak-{project_version}.tar.gz
|
|
|
|
----
|
|
|
|
|
2020-06-18 01:54:58 +00:00
|
|
|
+
|
2018-05-15 14:28:04 +00:00
|
|
|
.Windows
|
2018-06-07 17:27:48 +00:00
|
|
|
[source,bash,subs=+attributes]
|
2018-05-15 14:28:04 +00:00
|
|
|
----
|
2020-07-06 19:39:05 +00:00
|
|
|
> Expand-Archive -Path 'C:Downloads\keycloak-{project_version}.zip` -DestinationPath 'C:\Downloads'
|
2020-06-18 01:54:58 +00:00
|
|
|
----
|