[keycloak-dev] Fuse quickstarts

Sebastien Blanc sblanc at redhat.com
Wed May 31 10:48:20 EDT 2017


Since it's a *Quick*Start ;) I would say go with the profile. In the same
time in the readme we can add a note that explains the detailed process
Le mer. 31 mai 2017 à 16:46, Bruno Oliveira <bruno at abstractj.org> a écrit :

> For Fuse quickstarts, we have a some configuration steps to setup the
> server like:
>
> 1. Set the Keycloak version
>
> KEYCLOAK_VERSION=3.2.0.CR1-SNAPSHOT
>
> 2. Add Maven local repository
>
> config:edit org.ops4j.pax.url.mvn
> config:propset org.ops4j.pax.url.mvn.localRepository
> file:///$HOME/.m2/repository
> config:update
>
> 3. Install quickstarts artifacts
>
> 4. Install features
>
> features:addurl
> mvn:org.keycloak/keycloak-osgi-features/$KEYCLOAK_VERSION/xml/features
> features:addurl
>
> mvn:org.keycloak.quickstarts/keycloak-fuse-features/$KEYCLOAK_VERSION/xml/features
> features:install keycloak-fuse-quickstarts
>
> I was wondering if we could have a profile to make this process more
> simple. Something like mvn clean install -Pfuse-server and you're good to
> go. Do we want this? Or follow all these steps would be the goal as part of
> the learning process?
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev
>


More information about the keycloak-dev mailing list