You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/04/16 05:26:24 UTC

directory-fortress-enmasse git commit: fix the load step

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 265da4d2e -> 4a2179a07


fix the load step


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/4a2179a0
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/4a2179a0
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/4a2179a0

Branch: refs/heads/master
Commit: 4a2179a0799d897618efb4a1e151a3ba2660d1bd
Parents: 265da4d
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Apr 15 12:47:17 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Apr 15 12:47:17 2016 -0500

----------------------------------------------------------------------
 README-QUICKSTART.md | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/4a2179a0/README-QUICKSTART.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 9f4f186..6bef72e 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -30,8 +30,6 @@
 ___________________________________________________________________________________
 ## Document Overview
 
-Note: This document is a *work in progress*
-
 This document contains instructions to deploy a pre-built Apache Fortress Rest instance to Tomcat and configure the server for its use.
 
 -------------------------------------------------------------------------------
@@ -40,8 +38,8 @@ This document contains instructions to deploy a pre-built Apache Fortress Rest i
 Minimum software requirements:
  * Apache Tomcat7++
   * Completed either section in Apache Fortress Core Quickstart:
-    * *SECTION 2. Apache Fortress Core and OpenLDAP Setup* in [README-QUICKSTART-SLAPD.md](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-SLAPD.md)
-    * *SECTION 3. Apache Fortress Core Setup* in [README-QUICKSTART-APACHEDS.md](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-APACHEDS.md)
+    * *SECTION 3. Apache Fortress Core Integration Test* in [README-QUICKSTART-SLAPD.md](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-SLAPD.md)
+    * *SECTION 4. Apache Fortress Core Integration Test* in [README-QUICKSTART-APACHEDS.md](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-APACHEDS.md)
 
 ___________________________________________________________________________________
 ## SECTION 2. Configure Tomcat and Deploy Fortress Rest
@@ -86,10 +84,19 @@ Set the java system properties in tomcat with the target ldap server's coordinat
 ___________________________________________________________________________________
 ## SECTION 3. Load Sample Security Policy
 
-Run maven install with load file:
-```
-mvn install -Dload.file=./src/main/resources/FortressRestServerPolicy.xml
-```
+1. From the fortress core package perform the following steps:
+
+a. Download the load file from git:
+
+ ```
+ wget https://github.com/apache/directory-fortress-enmasse/blob/master/src/main/resources/FortressRestServerPolicy.xml -P ldap/setup
+ ```
+
+b. Run maven install with load file:
+
+ ```
+ mvn install -Dload.file=ldap/setup/FortressRestServerPolicy.xml
+ ```
 
 ___________________________________________________________________________________
 ## SECTION 4. Test