[keycloak-dev] Simple way to run Keycloak server during development
Bill Burke
bburke at redhat.com
Mon Oct 14 10:24:47 EDT 2013
Ah, much better than what I did. I added some .bat and .sh scripts to
put symlinks into a JBoss EAP distro. They are within
examples/as7-eap-dev/server
FYI, I'm working on applicaiton bootstrapping now: initializing a
"Adminstration" realm with a default "admin" user and a "Admin UI"
application. "admin" user will have its state set requiring a password
update. I'll be reworking the SaaSService code to support this.
On 10/12/2013 8:02 AM, Stian Thorgersen wrote:
> First build a clean copy of the project
>
> # mvn clean install
>
> Then start the server with:
>
> # mvn -pl testsuite/integration exec:java -Pkeycloak-server
>
>
> If you're working on the admin console or forms* you can add -Dresources when starting the server, this will serve html, css and images directly from the filesystem so you don't need to rebuild/restart the server to see changes:
>
> # mvn -pl testsuite/integration exec:java -Pkeycloak-server -Dresources
>
>
> * Note: for forms this will only work for css and images as the templates are loaded from the classpath
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev
>
--
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com
More information about the keycloak-dev
mailing list