You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/04 10:14:55 UTC

svn commit: r1629358 - in /directory/site/trunk/content/fortress: images/ quick-start/linux/

Author: elecharny
Date: Sat Oct  4 08:14:54 2014
New Revision: 1629358

URL: http://svn.apache.org/r1629358
Log:
Added a new page (section I)

Added:
    directory/site/trunk/content/fortress/images/Screenshot3-edit-javahome.png   (with props)
    directory/site/trunk/content/fortress/images/Screenshot4-ant-dist.png   (with props)
    directory/site/trunk/content/fortress/images/Screenshot4-ant-success-dist.png   (with props)
    directory/site/trunk/content/fortress/images/Screenshot5-dist-listing.png   (with props)
    directory/site/trunk/content/fortress/quick-start/linux/section-I.mdtext
Modified:
    directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext

Added: directory/site/trunk/content/fortress/images/Screenshot3-edit-javahome.png
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/images/Screenshot3-edit-javahome.png?rev=1629358&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/site/trunk/content/fortress/images/Screenshot3-edit-javahome.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/site/trunk/content/fortress/images/Screenshot4-ant-dist.png
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/images/Screenshot4-ant-dist.png?rev=1629358&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/site/trunk/content/fortress/images/Screenshot4-ant-dist.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/site/trunk/content/fortress/images/Screenshot4-ant-success-dist.png
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/images/Screenshot4-ant-success-dist.png?rev=1629358&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/site/trunk/content/fortress/images/Screenshot4-ant-success-dist.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/site/trunk/content/fortress/images/Screenshot5-dist-listing.png
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/images/Screenshot5-dist-listing.png?rev=1629358&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/site/trunk/content/fortress/images/Screenshot5-dist-listing.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext?rev=1629358&r1=1629357&r2=1629358&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext (original)
+++ directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext Sat Oct  4 08:14:54 2014
@@ -4,7 +4,7 @@ NavPrevText: Quickstart Linux - Table of
 NavUp: linux.html
 NavUpText: Quickstart Linux - Table of contents
 NavNext: section-I.html
-NavNextText: Section I - download Fortress QUICKSTART and prepare the package
+NavNextText: Section I - Instructions to run the Fortress Ant Build
 Notice: Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
@@ -31,27 +31,3 @@ Is your target machine windows? Go to [R
 
 The source code for this project is located here ./src.
 
-## Instructions to download, extract and configure Fortress Builder Package to Target System
-
-* Download one of the linux packages from here: iamfortress.org/download
-* Copy fortressBuilder-\[platform\]-\[version\].zip to hard drive on target server env.
-* Extract the zip. The location for archive can vary according to requirements. The location of package will be referred to as FORTRESS_HOME later on.
-*Enable permission for the binaries to execute. From FORTRESS_HOME root folder, enter the following command from a system prompt:
-
-    chmod a+x -Rf * 
-
-<CENTER>
-  <IMG src="../../images/Screenshot1-chmod.png" alt="Screenshot" width="766" height="58"/>
-</CENTER>
-
-If debian platform and using sudo, edit file named 'build.properties' and insert sudo password here:
-
-    sudo.pw=your pw here
-
-Note: For Redhat deployments leave this param's value empty, like below, otherwise the 'stop-slapd' target may not work.
-
-    sudo.pw=
-
-<CENTER>
-  <IMG src="../../images/Screenshot2-edit-sudo.png" alt="Screenshot" width="766" height="111"/>
-</CENTER>

Added: directory/site/trunk/content/fortress/quick-start/linux/section-I.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/quick-start/linux/section-I.mdtext?rev=1629358&view=auto
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/linux/section-I.mdtext (added)
+++ directory/site/trunk/content/fortress/quick-start/linux/section-I.mdtext Sat Oct  4 08:14:54 2014
@@ -0,0 +1,82 @@
+Title: Section I - Instructions to run the Fortress Ant Build
+NavPrev: guidelines.html
+NavPrevText: Guidelines and Tips for first-time users
+NavUp: linux.html
+NavUpText: Quickstart Linux - Table of contents
+NavNext: section-II.html
+NavNextText: Section II - 
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    .
+    http://www.apache.org/licenses/LICENSE-2.0
+    .
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+## Instructions to download, extract and configure Fortress Builder Package to Target System
+
+* Download one of the linux packages from here: iamfortress.org/download
+* Copy fortressBuilder-\[platform\]-\[version\].zip to hard drive on target server env.
+* Extract the zip. The location for archive can vary according to requirements. The location of package will be referred to as FORTRESS_HOME later on.
+*Enable permission for the binaries to execute. From FORTRESS_HOME root folder, enter the following command from a system prompt:
+
+    chmod a+x -Rf * 
+
+<CENTER>
+  <IMG src="../../images/Screenshot1-chmod.png" alt="Screenshot" width="766" height="58"/>
+</CENTER>
+
+If debian platform and using sudo, edit file named 'build.properties' and insert sudo password here:
+
+    sudo.pw=your pw here
+
+Note: For Redhat deployments leave this param's value empty, like below, otherwise the 'stop-slapd' target may not work.
+
+    sudo.pw=
+
+<CENTER>
+  <IMG src="../../images/Screenshot2-edit-sudo.png" alt="Screenshot" width="766" height="111"/>
+</CENTER>
+
+## Instructions to run the Fortress Ant Build
+
+From FORTRESS_HOME root folder, edit the b.sh script to point to java home:
+
+    export JAVA_HOME=/opt/jdk1.7.0_10 
+
+<CENTER>
+  <IMG src="../../images/Screenshot3-edit-javahome.png" alt="Screenshot" width="766" height="111"/>
+</CENTER>
+
+Run the distribution target:
+
+    ./b.sh dist 
+
+<CENTER>
+  <IMG src="../../images/Screenshot4-ant-dist.png" alt="Screenshot" width="766" height="58"/>
+</CENTER>
+
+Note: The b.sh batch file referred to here uses Ant package that is local to Fortress quickstart package.
+
+Verify it ran correctly according to Ant:
+
+    BUILD SUCCESSFUL 
+
+<CENTER>
+  <IMG src="../../images/Screenshot4-ant-success-dist.png" alt="Screenshot" width="766" height="111"/>
+</CENTER>
+
+You may now view the project binaries and documentation located under FORTRESS_HOME/dist. 
+
+<CENTER>
+  <IMG src="../../images/Screenshot5-dist-listing.png" alt="Screenshot" width="766" height="87"/>
+</CENTER>