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/16 03:31:09 UTC

directory-fortress-commander git commit: FC-66 - readme cleanup

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master b0cdb1c3e -> db0b68e2c


FC-66 - readme cleanup


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/db0b68e2
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/db0b68e2
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/db0b68e2

Branch: refs/heads/master
Commit: db0b68e2ca124f840ae01becb4a06492d98d70fd
Parents: b0cdb1c
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Feb 15 20:30:58 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Feb 15 20:30:58 2015 -0600

----------------------------------------------------------------------
 README.txt | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/db0b68e2/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 6803c4f..57aaeae 100755
--- a/README.txt
+++ b/README.txt
@@ -58,21 +58,17 @@ ________________________________________________________________________________
 ###################################################################################
 a. Open a command prompt on target machine in the root folder of the directory-fortress-commander package
 
-b. Set java home:
-# export JAVA_HOME=...
+b. Set java home and maven home.
 
-c. Set maven home:
-# export M2_HOME=...
-
-d. Run maven install:
-# $M2_HOME/bin/mvn clean install -DskipTests
+c. Run maven install:
+# mvn clean install -DskipTests
 ___________________________________________________________________________________
 ###################################################################################
 # SECTION 3:  Obtain the fortress.properties
 ###################################################################################
 Copy the fortress.properties, created during Fortress Core setup, to this package's resource folder.
 
-# cp [directory-fortress-core]/src/test/resources/fortress.properties [directory-fortress-commander]/src/main/resources
+# cp [directory-fortress-core]/config/fortress.properties [directory-fortress-commander]/src/main/resources
 
 Where [directory-fortress-core] is base folder of the fortress core source package and [directory-fortress-commander] is the current package's home folder.
 ___________________________________________________________________________________
@@ -80,7 +76,7 @@ ________________________________________________________________________________
 # SECTION 4:  Load Fortress Web Security Policy
 ###################################################################################
 Run maven install with load file:
-# $M2_HOME/bin/mvn install -Dload.file=./src/main/resources/FortressWebDemoUsers.xml -DskipTests=true
+# mvn install -Dload.file=./src/main/resources/FortressWebDemoUsers.xml -DskipTests=true
 
 ###################################################################################
 # SECTION 5:  Instructions to Deploy Fortress Web application to Tomcat
@@ -110,16 +106,16 @@ c. Restart Tomcat server.
 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
+# mvn tomcat:deploy
 
 e. To redeploy:
-# $M2_HOME/bin/mvn tomcat:redeploy
+# mvn tomcat:redeploy
 ___________________________________________________________________________________
 ###################################################################################
 # SECTION 6:  Instructions to test Fortress Web application using Solenium
 ###################################################################################
 Run the Selenium Web driver integration tests:
-# $M2_HOME/bin/mvn verify -DskipTests=false -Dnoload
+# mvn verify -DskipTests=false -Dnoload
 
 Note: This test case depends on: