Fuse adapter documentation fixes

This commit is contained in:
Bruno Oliveira 2016-12-05 10:31:38 -02:00
parent 23ddcac18e
commit e711d1048b
4 changed files with 8 additions and 7 deletions

View file

@ -13,7 +13,7 @@
"project": {
"name": "Red Hat Single Sign-On",
"version": "7.1.0",
"versionMvn": "1.9.8.Final-redhat-1"
"versionMvn": "2.4.0.Final-redhat-1"
},
"community": false,
"product": true,
@ -21,6 +21,7 @@
"adminguide": {
"name": "Server Administration Guide",
"link": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/7.1-Beta/server-administration-guide/"
}
},
"fuseVersion": "JBoss Fuse 6.3.0 Rollup 1"
}
}

View file

@ -42,7 +42,7 @@ This file contains configuration of the client application, which is used by JAA
[source, subs="attributes"]
----
features:addurl mvn:org.keycloak/keycloak-osgi-features/{{book.project.version}}/xml/features
features:addurl mvn:org.keycloak/keycloak-osgi-features/{{book.project.versionMvn}}/xml/features
features:install keycloak-jaas
----

View file

@ -53,7 +53,7 @@ your {{book.project.name}} environment. This file is used by the adapters on ser
[source, subs="attributes"]
----
features:addurl mvn:org.keycloak/keycloak-osgi-features/{{book.project.version}}/xml/features
features:addurl mvn:org.keycloak/keycloak-osgi-features/{{book.project.versionMvn}}/xml/features
features:install keycloak
----

View file

@ -31,7 +31,7 @@ org.ops4j.pax.url.mvn.repositories= \
You need to start {{book.fuseVersion}} and then in the Karaf terminal you type this:
[source]
[source,subs="attributes"]
----
features:addurl mvn:org.keycloak/keycloak-osgi-features/{{book.project.versionMvn}}/xml/features
features:install keycloak
@ -59,7 +59,7 @@ features:list | grep keycloak
This is useful if you are offline and/or don't want to use maven for download jar files and other artifacts. Once you download ZIP bundle of {{book.project.name}} Fuse adapter,
you will need to unzip it into the root directory of JBoss Fuse. This should install the dependencies under the `system` directory. Use this for {{book.fuseVersion}} :
[source]
[source,subs="attributes"]
----
cd /path-to-fuse/jboss-fuse-6.3.0.redhat-198
unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-dist-{{book.project.versionMvn}}.zip
@ -67,7 +67,7 @@ unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-dist-{{book.project.versionM
Feel free to overwrite all already existing jars. Once you unzip archive, you can start the Fuse and again run commands in fuse/karaf terminal
[source]
[source,subs="attributes"]
----
features:addurl mvn:org.keycloak/keycloak-osgi-features/{{book.project.versionMvn}}/xml/features
features:install keycloak