Merge pull request #539 from stianst/master

Updated aerogear-ups integration readme
This commit is contained in:
Stian Thorgersen 2014-07-18 12:14:53 +01:00
commit b241920802
2 changed files with 9 additions and 12 deletions

View file

@ -2,11 +2,3 @@ Keycloak External Project Integrations
==========
Everthing in this directory is examples related to integration with non-keycloak projects. Its a sandbox we use to test integrations with third-party projects
To deploy to AS7 run:
# mvn clean install jboss-as:deploy
To deploy to WildFly run:
# mvn -Pwildfly clean install wildfly:deploy

View file

@ -1,10 +1,15 @@
Self Bootstrapping Keycloak Server and Application
==========================================================
To get this running:
1. Boot up JBoss EAP. (This is an EAP build!)
2. In the project-integrations/aerogear-ups directory do:
$ mvn clean install jboss-as:deploy
To get this running boot up JBoss AS7, EAP or WildFly.
To deploy to AS7 run:
mvn clean install jboss-as:deploy
To deploy to WildFly run:
mvn -Pwildfly clean install wildfly:deploy
This is an example of bundling two wars: a keycloak server war and application WAR together so that keycloak is bootstrapped out of the
box. The structure of the example is: