keycloak-aplcache
Changes
project-integrations/README.md 8(+0 -8)
Details
diff --git a/project-integrations/aerogear-ups/README.md b/project-integrations/aerogear-ups/README.md
index 3a490b3..780081b 100755
--- a/project-integrations/aerogear-ups/README.md
+++ b/project-integrations/aerogear-ups/README.md
@@ -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:
project-integrations/README.md 8(+0 -8)
diff --git a/project-integrations/README.md b/project-integrations/README.md
index 3811ba7..02814ee 100644
--- a/project-integrations/README.md
+++ b/project-integrations/README.md
@@ -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