From 8e2c0703b87d3fd2566e9e6096b8ccf64014e864 Mon Sep 17 00:00:00 2001 From: pnag Date: Fri, 19 Aug 2016 18:44:47 +0530 Subject: [PATCH] Resolving the identified issues in the Getting Started Guide for Red Hat Single Sign-On 7.0 --- topics/secure-jboss-app/download-quickstarts.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/secure-jboss-app/download-quickstarts.adoc b/topics/secure-jboss-app/download-quickstarts.adoc index 5454b65f9b..dba8652af0 100644 --- a/topics/secure-jboss-app/download-quickstarts.adoc +++ b/topics/secure-jboss-app/download-quickstarts.adoc @@ -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 ----