fixed all source block tags in getting started files

This commit is contained in:
Matthew Helmke 2018-06-07 12:27:48 -05:00
parent 0cdd52f4b5
commit e33250d051
5 changed files with 15 additions and 15 deletions

View file

@ -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: To boot the {project_name} server, go to the `bin` directory of the server distribution and run the `standalone` boot script:
.Linux/Unix .Linux/Unix
[source] [source,bash,subs=+attributes]
---- ----
$ .../bin/standalone.sh $ .../bin/standalone.sh
---- ----
.Windows .Windows
[source] [source,bash,subs=+attributes]
---- ----
> ...\bin\standalone.bat > ...\bin\standalone.bat
---- ----

View file

@ -22,7 +22,7 @@ $ tar -xvzf keycloak-{project_version}.tar.gz
---- ----
.Windows .Windows
[source] [source,bash,subs=+attributes]
---- ----
> unzip keycloak-{project_version}.zip > unzip keycloak-{project_version}.zip
---- ----

View file

@ -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: Place the file in a directory you choose and use the `unzip` utility to unpack it, like this:
.Linux/Unix .Linux/Unix
[source] [source,bash,subs=+attributes]
---- ----
$ unzip rh-sso-{project_version}.GA.zip $ unzip rh-sso-{project_version}.GA.zip
---- ----
.Windows .Windows
[source] [source,bash,subs=+attributes]
---- ----
> unzip rh-sso-{project_version}.GA.zip > unzip rh-sso-{project_version}.GA.zip
---- ----

View file

@ -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: To start the {project_name} server while also adjusting the port:
.Linux/Unix .Linux/Unix
[source] [source,bash,subs=+attributes]
---- ----
$ .../bin/standalone.sh -Djboss.socket.binding.port-offset=100 $ .../bin/standalone.sh -Djboss.socket.binding.port-offset=100
---- ----
.Windows .Windows
[source] [source,bash,subs=+attributes]
---- ----
> ...\bin\standalone.bat -Djboss.socket.binding.port-offset=100 > ...\bin\standalone.bat -Djboss.socket.binding.port-offset=100
---- ----

View file

@ -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: Run the appropriate script for your platform:
.WildFly 10 and Linux/Unix .WildFly 10 and Linux/Unix
[source] [source,bash,subs=+attributes]
---- ----
$ cd bin $ cd bin
$ ./jboss-cli.sh --file=adapter-install-offline.cli $ ./jboss-cli.sh --file=adapter-install-offline.cli
---- ----
.WildFly 10 and Windows .WildFly 10 and Windows
[source] [source,bash,subs=+attributes]
---- ----
> cd bin > cd bin
> jboss-cli.bat --file=adapter-install-offline.cli > jboss-cli.bat --file=adapter-install-offline.cli
---- ----
ifeval::[{project_community}==true] ifeval::[{project_community}==true]
.WildFly 11 and Linux/Unix .Wildfly 11 and Linux/Unix
[source] [source,bash,subs=+attributes]
---- ----
$ cd bin $ cd bin
$ ./jboss-cli.sh --file=adapter-elytron-install-offline.cli $ ./jboss-cli.sh --file=adapter-elytron-install-offline.cli
---- ----
.WildFly 11 and Windows .Wildfly 11 and Windows
[source] [source,bash,subs=+attributes]
---- ----
> cd bin > cd bin
> jboss-cli.bat --file=adapter-elytron-install-offline.cli > 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. Start the application server.
.Linux/Unix .Linux/Unix
[source] [source,bash,subs=+attributes]
---- ----
$ .../bin/standalone.sh $ .../bin/standalone.sh
---- ----
.Windows .Windows
[source] [source,bash,subs=+attributes]
---- ----
> ...\bin\standalone.bat > ...\bin\standalone.bat
---- ----