From f6645eea9280e0f5a65c38a6fea45ecac12f79e9 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Mon, 12 May 2014 19:45:01 -0400 Subject: [PATCH] update ups writeup --- project-integrations/aerogear-ups/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project-integrations/aerogear-ups/README.md b/project-integrations/aerogear-ups/README.md index 2ae6436bf6..3a490b35d4 100755 --- a/project-integrations/aerogear-ups/README.md +++ b/project-integrations/aerogear-ups/README.md @@ -1,6 +1,11 @@ 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 + 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: