This commit is contained in:
Bill Burke 2016-05-11 16:39:45 -04:00
parent c6dee83cf4
commit 42276eece3
3 changed files with 4 additions and 5 deletions

View file

@ -31,9 +31,8 @@ targetdir = 'target'
if len(sys.argv) > 1:
targetdir = sys.argv[1]
shutil.rmtree(os.path.join(targetdir, 'images'))
shutil.rmtree(os.path.join(targetdir, 'keycloak-images'))
shutil.rmtree(os.path.join(targetdir, 'rhsso-images'))
if os.path.exists(targetdir):
shutil.rmtree(targetdir)
shutil.copytree('images',os.path.join(targetdir, 'images'))
shutil.copytree('keycloak-images',os.path.join(targetdir, 'keycloak-images'))
shutil.copytree('rhsso-images',os.path.join(targetdir, 'rhsso-images'))

View file

@ -1,5 +1,5 @@
== User Account Service
=== User Account Service
After creating the user, logout of the management console by clicking the right hand drop down menu and selecting `Sign Off`.
Next, login to the User Account Service of your `demo` realm with the user you just created by clicking this link:

View file

@ -45,6 +45,6 @@ Change the `WAR MODULE NAME` text to be `vanilla` as follows:
----
Reboot your application's server and now when visit http://localhost:8080/vanilla and hit the login button, you should
get the {{book.project.name}} login page. You can log in using the user you created in the <<fake/../../first-realm/user.adoc#__create-new-user, Create New User>> chapter.
get the {{book.project.name}} login page. You can log in using the user you created in the <<fake/../../first-realm/user.adoc#_create-new-user, Create New User>> chapter.