30 lines
793 B
Text
30 lines
793 B
Text
|
|
[id="installing-server-community_{context}"]
|
|
= 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.
|
|
|
|
.Procedure
|
|
|
|
. Download *keycloak-{project_version}.[zip|tar.gz]* from https://www.keycloak.org/downloads.html[Keycloak downloads].
|
|
|
|
. 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 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'
|
|
----
|