Resolving the identified issues in the Getting Started Guide for Red Hat Single Sign-On 7.0
This commit is contained in:
parent
23d40eaf5c
commit
8e2c0703b8
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ installed on your machine and available in your PATH before you can continue:
|
|||
|
||||
* Java JDK 8
|
||||
* Apache Maven 3.1.1 or higher
|
||||
* Git
|
||||
|
||||
You can obtain the code by cloning the repository at {{book.quickstartRepo}}. Follow these steps to download the code, build it,
|
||||
and deploy it. Make sure your {{book.appServer}} application server is started before you run these steps.
|
||||
|
@ -14,7 +15,7 @@ and deploy it. Make sure your {{book.appServer}} application server is started b
|
|||
[source, subs="attributes"]
|
||||
----
|
||||
$ git clone {{book.quickstartRepo}}
|
||||
$ cd rh-sso-quickstarts/app-profile-jee-vanilla
|
||||
$ cd redhat-sso-quickstarts/app-profile-jee-vanilla
|
||||
$ mvn clean wildfly:deploy
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in a new issue