Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 808DB1763D for ; Thu, 5 Feb 2015 17:02:12 +0000 (UTC) Received: (qmail 26631 invoked by uid 500); 5 Feb 2015 17:02:12 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 26581 invoked by uid 500); 5 Feb 2015 17:02:12 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 26572 invoked by uid 99); 5 Feb 2015 17:02:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2015 17:02:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EA9DEE03E8; Thu, 5 Feb 2015 17:02:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smckinney@apache.org To: commits@directory.apache.org Message-Id: <2e6e6810e0eb40ef91dd0628010d3acb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: directory-fortress-enmasse git commit: FC-56 - Refine Fortress Rest README Date: Thu, 5 Feb 2015 17:02:11 +0000 (UTC) Repository: directory-fortress-enmasse Updated Branches: refs/heads/master e28597076 -> a5d677f6f FC-56 - Refine Fortress Rest README 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/a5d677f6 Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/a5d677f6 Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/a5d677f6 Branch: refs/heads/master Commit: a5d677f6f1ef57c43e854c0dd5860186aa86b3f4 Parents: e285970 Author: Shawn McKinney Authored: Thu Feb 5 11:02:00 2015 -0600 Committer: Shawn McKinney Committed: Thu Feb 5 11:02:00 2015 -0600 ---------------------------------------------------------------------- README.txt | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/a5d677f6/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index 641695c..adb1718 100755 --- a/README.txt +++ b/README.txt @@ -28,7 +28,7 @@ ________________________________________________________________________________ ################################################################################### # SECTION 0. Prerequisites for Fortress Rest installation and usage ################################################################################### -a. Internet access to retrieve source code from Apache Fortress Web GIT and binary dependencies from online Maven repo. +a. Internet access to retrieve source code from Apache Fortress Rest GIT and binary dependencies from online Maven repo. b. Java SDK Version 7 or beyond installed to target environment @@ -42,26 +42,17 @@ ________________________________________________________________________________ # SECTION 1: Instructions to clone source from Fortress Rest Git Repo: ################################################################################### -a. Clone the directory-fortress-web from apache git repo: -# git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-web.git +a. Clone the directory-fortress-enmasse from apache git repo: +# git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git b. Change directory to package home: -# cd directory-fortress-web/ - -d. Set JAVA_HOME -# export JAVA_HOME=... - -d. Set Maven Home: -# export M2_HOME=... - -e. Build the Fortress Web source: -# $M2_HOME/bin/mvn clean install -DskipTests +# cd directory-fortress-enmasse/ ___________________________________________________________________________________ ################################################################################### # SECTION 2: Instructions to build Fortress Rest ################################################################################### -a. Open a command prompt on target machine in the root folder of the enmasse-dist package +a. Open a command prompt on target machine in the root folder of the directory-fortress-enmasse package b. Set java home: # export JAVA_HOME=... @@ -78,7 +69,7 @@ e. Build the javadoc: f. To view Service-level documentation, point your web browser here: file:///[package home]/target/site/apidocs/org/apache/directory/fortress/rest/FortressServiceImpl.html -(where [package_home] is location of directory-fortress-rest base package) +(where [package_home] is location of directory-fortress-enmasse base package) ___________________________________________________________________________________ ################################################################################### # SECTION 3: Obtain the fortress.properties @@ -113,7 +104,7 @@ Add to file: m@nager123 -note: If you followed the installation steps of Fortress QUICKSTART your Tomcat Manager creds would be as above. +note: If you followed the installation steps of Fortress Ten Minute Guide your Tomcat Manager creds would be as above. b. Enter maven command to deploy to Tomcat: # $M2_HOME/bin/mvn tomcat:deploy