From 5b7c8b69200f5928652f6ea96ebaecfb89fc2395 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 29 May 2014 13:14:03 +0100 Subject: [PATCH] Added sunrise theme to examples, including instructions on how to deploy --- distribution/examples-docs-zip/build.xml | 27 ++++++++++++++++++++++++ examples/themes/README.md | 4 ++++ 2 files changed, 31 insertions(+) create mode 100644 examples/themes/README.md diff --git a/distribution/examples-docs-zip/build.xml b/distribution/examples-docs-zip/build.xml index 3ce2ac08ba..eb17392379 100755 --- a/distribution/examples-docs-zip/build.xml +++ b/distribution/examples-docs-zip/build.xml @@ -20,6 +20,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/themes/README.md b/examples/themes/README.md new file mode 100644 index 0000000000..ae72aaff4b --- /dev/null +++ b/examples/themes/README.md @@ -0,0 +1,4 @@ +Example Login Theme +=================== + +To deploy copy login/sunrise to standalone/configuration/themes/login/. Open the admin console, select your realm, in the drop-down for login theme select sunrise. Then login to your realm to see the new theme in action.