fixed all source block tags in getting started files
This commit is contained in:
parent
0cdd52f4b5
commit
e33250d051
5 changed files with 15 additions and 15 deletions
|
@ -4,13 +4,13 @@
|
|||
To boot the {project_name} server, go to the `bin` directory of the server distribution and run the `standalone` boot script:
|
||||
|
||||
.Linux/Unix
|
||||
[source]
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
$ .../bin/standalone.sh
|
||||
----
|
||||
|
||||
.Windows
|
||||
[source]
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
> ...\bin\standalone.bat
|
||||
----
|
||||
|
|
|
@ -22,7 +22,7 @@ $ tar -xvzf keycloak-{project_version}.tar.gz
|
|||
----
|
||||
|
||||
.Windows
|
||||
[source]
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
> unzip keycloak-{project_version}.zip
|
||||
----
|
|
@ -12,13 +12,13 @@ The *rh-sso-{project_version}.GA.zip* file is the server-only distribution. It c
|
|||
Place the file in a directory you choose and use the `unzip` utility to unpack it, like this:
|
||||
|
||||
.Linux/Unix
|
||||
[source]
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
$ unzip rh-sso-{project_version}.GA.zip
|
||||
----
|
||||
|
||||
.Windows
|
||||
[source]
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
> unzip rh-sso-{project_version}.GA.zip
|
||||
----
|
||||
|
|
|
@ -10,13 +10,13 @@ To adjust the port used, change the value of the `jboss.socket.binding.port-offs
|
|||
To start the {project_name} server while also adjusting the port:
|
||||
|
||||
.Linux/Unix
|
||||
[source]
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
$ .../bin/standalone.sh -Djboss.socket.binding.port-offset=100
|
||||
----
|
||||
|
||||
.Windows
|
||||
[source]
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
> ...\bin\standalone.bat -Djboss.socket.binding.port-offset=100
|
||||
----
|
||||
|
|
|
@ -16,29 +16,29 @@ Extract the contents of this file into the root directory of your {appserver_nam
|
|||
Run the appropriate script for your platform:
|
||||
|
||||
.WildFly 10 and Linux/Unix
|
||||
[source]
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
$ cd bin
|
||||
$ ./jboss-cli.sh --file=adapter-install-offline.cli
|
||||
----
|
||||
|
||||
.WildFly 10 and Windows
|
||||
[source]
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
> cd bin
|
||||
> jboss-cli.bat --file=adapter-install-offline.cli
|
||||
----
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
.WildFly 11 and Linux/Unix
|
||||
[source]
|
||||
.Wildfly 11 and Linux/Unix
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
$ cd bin
|
||||
$ ./jboss-cli.sh --file=adapter-elytron-install-offline.cli
|
||||
----
|
||||
|
||||
.WildFly 11 and Windows
|
||||
[source]
|
||||
.Wildfly 11 and Windows
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
> cd bin
|
||||
> jboss-cli.bat --file=adapter-elytron-install-offline.cli
|
||||
|
@ -50,13 +50,13 @@ NOTE: This script will make the necessary edits to the `.../standalone/configura
|
|||
Start the application server.
|
||||
|
||||
.Linux/Unix
|
||||
[source]
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
$ .../bin/standalone.sh
|
||||
----
|
||||
|
||||
.Windows
|
||||
[source]
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
> ...\bin\standalone.bat
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue