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 2015/02/10 16:21:22 UTC

directory-fortress-commander git commit: FC-56 - fortress web prereqs

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 030161bb2 -> 3737151d5


FC-56 - fortress web prereqs


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/3737151d
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/3737151d
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/3737151d

Branch: refs/heads/master
Commit: 3737151d5c36b735500c386ec942bf7ee849bd57
Parents: 030161b
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Feb 10 09:21:01 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Feb 10 09:21:01 2015 -0600

----------------------------------------------------------------------
 README.txt | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/3737151d/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index a85b474..4b09333 100755
--- a/README.txt
+++ b/README.txt
@@ -26,16 +26,18 @@ ________________________________________________________________________________
 ###################################################################################
 a. Internet access to retrieve source code from Apache Fortress Web GIT and binary dependencies from online Maven repo.
 
-b. Java SDK Version 7 or beyond installed to target environment
+b. Git installed to target machine.
 
-c. Apache Maven installed to target environment
+c. Java SDK Version 7 or beyond installed to target machine.
 
-d. LDAP server installed.  (see README in Apache Fortress Core)
+d. Apache Maven 3 installed to target machine.
 
-e. Apache Tomcat 7 or greater installed to local machine.
+e. LDAP server installed to target environment.  (as described in README.txt located in the Apache Fortress Core package)
 
-f. directory-fortress-realm proxy jar loaded into Tomcat server's /lib folder -
-    The README.txt from directory-fortress-realm package provides instructions for obtaining.
+f. Apache Tomcat 7 or greater installed to target environment.
+
+g. directory-fortress-realm proxy jar loaded into Apache Tomcat server's /lib folder -
+    The README.txt located in the Apache Fortress Realm package describes instructions to build.
 _________________________________________________________________________________
 ###################################################################################
 # SECTION 1:  Instructions to clone source from Fortress Web Git Repo:
@@ -73,7 +75,7 @@ Copy the fortress.properties, created during [directory-fortress-core] setup, to
 Where [directory-fortress-core] is base folder of the fortress core source package and [directory-fortress-commander] is the current package's home folder.
 ___________________________________________________________________________________
 ###################################################################################
-# SECTION 4:  Load Test Users
+# SECTION 4:  Load Fortress Web Security Policy
 ###################################################################################
 
 Run maven install with load file:
@@ -105,7 +107,7 @@ Where [directory-fortress-realm] is base folder of the fortress realm source pac
 
 c. Restart Tomcat server.
 
-Note: REALM_CONTEXT_SETUP.txt and REALM_HOST_SETUP.txt, located in directory-fortress-realm package describes the Tomcat setup in more detail.
+Note: REALM_CONTEXT_SETUP.txt and REALM_HOST_SETUP.txt, located in directory-fortress-realm package describes the Tomcat Realm setup in more detail.
 
 d. Enter maven command to deploy to Tomcat:
 # $M2_HOME/bin/mvn tomcat:deploy
@@ -117,17 +119,17 @@ f. To redeploy:
 # $M2_HOME/bin/mvn tomcat:redeploy
 ___________________________________________________________________________________
 ###################################################################################
-# SECTION 6:  Instructions to test Fortress Rest application
+# SECTION 6:  Instructions to test Fortress Web application using Solenium
 ###################################################################################
 
 Run the Selenium Web driver integration tests:
-# $M2_HOME/bin/mvn verify -DskipTests=false
+# $M2_HOME/bin/mvn verify -DskipTests=false -Dnoload
 
 Note: This test case depends on:
 
 a. SECTION 8 in directory-fortress-core README, 'Instructions to integration test using 'FortressJUnitTest'' has been executed.
-This step loads test data into the ldap server.
+This step needs test data loaded into the ldap server.
 
-b. Test data loaded from SECTION 4 of this document
+b. Sample Fortress Web security policy loaded in SECTION 4 of this document
 
-c. Firefox is loaded on target machine
\ No newline at end of file
+c. Firefox is installed to target machine
\ No newline at end of file