diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml b/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml
index 9c78f3a..8de75d7 100755
--- a/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml
+++ b/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml
@@ -59,17 +59,17 @@
(username: <emphasis>admin</emphasis> and password: <emphasis>admin</emphasis>). Keycloak will then prompt you to
enter in a new password.
</para>
- <!--<para>
- To add Keycloak to other sever configurations (standalone.xml, standalone-ha.xml, etc.) start the server with
- the desired server-config. If you are running the server in standalone mode run:
- <programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c --file=keycloak-prepare.cli</programlisting>
- Or if you are running in clustering (HA) mode run:
- <programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c --file=keycloak-prepare-ha.cli</programlisting>
- After that you need to restart the server, you can do this with:
- <programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c :reload</programlisting>
- Finally you need to run:
- <programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c --file=keycloak-install.cli</programlisting>
- </para>-->
+ <!--<para>-->
+ <!--To add Keycloak to other sever configurations (standalone.xml, standalone-ha.xml, etc.) start the server with-->
+ <!--the desired server-config. If you are running the server in standalone mode run:-->
+ <!--<programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c --file=keycloak-prepare.cli</programlisting>-->
+ <!--Or if you are running in clustering (HA) mode run:-->
+ <!--<programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c --file=keycloak-prepare-ha.cli</programlisting>-->
+ <!--After that you need to restart the server, you can do this with:-->
+ <!--<programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c :reload</programlisting>-->
+ <!--Finally you need to run:-->
+ <!--<programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c --file=keycloak-install.cli</programlisting>-->
+ <!--</para>-->
</section>
<section>
<title>Install on existing JBoss EAP 6.4.0.GA</title>