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:19:22 UTC

svn commit: r1629360 - in /directory/site/trunk/content/fortress/quick-start/linux: section-I.mdtext section-II.mdtext

Author: elecharny
Date: Sat Oct  4 08:19:22 2014
New Revision: 1629360

URL: http://svn.apache.org/r1629360
Log:
Added a new page

Added:
    directory/site/trunk/content/fortress/quick-start/linux/section-II.mdtext
Modified:
    directory/site/trunk/content/fortress/quick-start/linux/section-I.mdtext

Modified: 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=1629360&r1=1629359&r2=1629360&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/linux/section-I.mdtext (original)
+++ directory/site/trunk/content/fortress/quick-start/linux/section-I.mdtext Sat Oct  4 08:19:22 2014
@@ -1,10 +1,10 @@
-Title: Section I - Instructions to run the Fortress Ant Build
+Title: Section I - Instructions to download, extract and configure Fortress
 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 - 
+NavNextText: Section II - 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
@@ -22,7 +22,7 @@ Notice: Licensed to the Apache Software 
     specific language governing permissions and limitations
     under the License.
 
-## Instructions to download, extract and configure Fortress Builder Package to Target System
+## Section I - 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.
@@ -47,36 +47,3 @@ Note: For Redhat deployments leave this 
   <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>

Added: directory/site/trunk/content/fortress/quick-start/linux/section-II.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/quick-start/linux/section-II.mdtext?rev=1629360&view=auto
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/linux/section-II.mdtext (added)
+++ directory/site/trunk/content/fortress/quick-start/linux/section-II.mdtext Sat Oct  4 08:19:22 2014
@@ -0,0 +1,57 @@
+Title: Section II - Instructions to run the Fortress Ant Build
+NavPrev: section-I.html
+NavPrevText: Section I - Instructions to download, extract and configure Fortress
+NavUp: linux.html
+NavUpText: Quickstart Linux - Table of contents
+NavNext: section-III.html
+NavNextText: Section III - 
+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.
+
+## Section II - 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>