Merge pull request #4 from keycloak/master
sync with the latest changes
This commit is contained in:
commit
69f82be6e7
4 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
= {{book.title}}
|
= Getting Started Guide
|
||||||
|
|
||||||
image:images/keycloak_logo.png[alt="Keycloak"]
|
image:images/keycloak_logo.png[alt="Keycloak"]
|
||||||
|
|
||||||
|
|
|
@ -20,12 +20,12 @@
|
||||||
|
|
||||||
"installguide": {
|
"installguide": {
|
||||||
"name": "Server Installation and Configuration Guide",
|
"name": "Server Installation and Configuration Guide",
|
||||||
"link": "https://access.qa.redhat.com/documentation/en/red-hat-single-sign-on/7.0.0/server-installation-and-configuration-guide/"
|
"link": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/7.0.0/server-installation-and-configuration-guide/"
|
||||||
|
|
||||||
},
|
},
|
||||||
"adminguide": {
|
"adminguide": {
|
||||||
"name": "Server Administration Guide",
|
"name": "Server Administration Guide",
|
||||||
"link": "https://access.qa.redhat.com/documentation/en/red-hat-single-sign-on/7.0.0/server-administration-guide/"
|
"link": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/7.0.0/server-administration-guide/"
|
||||||
},
|
},
|
||||||
"clientadapter": "RH-SSO-{{book.project.version}}-eap7-adapter.zip",
|
"clientadapter": "RH-SSO-{{book.project.version}}-eap7-adapter.zip",
|
||||||
"appServer": "JBoss EAP 7",
|
"appServer": "JBoss EAP 7",
|
||||||
|
|
|
@ -42,6 +42,9 @@ if os.path.isdir('keycloak-images'):
|
||||||
if os.path.isdir('rhsso-images'):
|
if os.path.isdir('rhsso-images'):
|
||||||
shutil.copytree('rhsso-images',os.path.join(targetdir, 'rhsso-images'))
|
shutil.copytree('rhsso-images',os.path.join(targetdir, 'rhsso-images'))
|
||||||
|
|
||||||
|
shutil.copyfile('metadata.ini', os.path.join(targetdir, 'metadata.ini'));
|
||||||
|
shutil.copyfile('master-docinfo.xml', os.path.join(targetdir, 'master-docinfo.xml'));
|
||||||
|
|
||||||
tmp = os.path.join(targetdir, 'topics')
|
tmp = os.path.join(targetdir, 'topics')
|
||||||
if not os.path.exists(tmp):
|
if not os.path.exists(tmp):
|
||||||
os.makedirs(tmp)
|
os.makedirs(tmp)
|
||||||
|
|
|
@ -11,7 +11,7 @@ You can obtain the code by cloning the repository at {{book.quickstartRepo}}. Fo
|
||||||
and deploy it. Make sure your {{book.appServer}} application server is started before you run these steps.
|
and deploy it. Make sure your {{book.appServer}} application server is started before you run these steps.
|
||||||
|
|
||||||
.Clone Project
|
.Clone Project
|
||||||
[source]
|
[source, subs="attributes"]
|
||||||
----
|
----
|
||||||
$ git clone {{book.quickstartRepo}}
|
$ git clone {{book.quickstartRepo}}
|
||||||
$ cd rh-sso-quickstarts/app-profile-jee-vanilla
|
$ cd rh-sso-quickstarts/app-profile-jee-vanilla
|
||||||
|
|
Loading…
Reference in a new issue