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 05:18:41 UTC

svn commit: r1629353 - in /directory/site/trunk/content/fortress: ./ images/ quick-start/ quick-start/apacheds/ quick-start/linux/ quick-start/windows/

Author: elecharny
Date: Sat Oct  4 03:18:41 2014
New Revision: 1629353

URL: http://svn.apache.org/r1629353
Log:
Added some more pages

Added:
    directory/site/trunk/content/fortress/images/
    directory/site/trunk/content/fortress/images/Screenshot1-chmod.png   (with props)
    directory/site/trunk/content/fortress/quick-start/apacheds/
    directory/site/trunk/content/fortress/quick-start/linux/
    directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext
    directory/site/trunk/content/fortress/quick-start/linux/linux.mdtext
      - copied, changed from r1629352, directory/site/trunk/content/fortress/quick-start/linux.mdtext
    directory/site/trunk/content/fortress/quick-start/linux/prerequisites.mdtext
      - copied unchanged from r1629352, directory/site/trunk/content/fortress/quick-start/prerequisites.mdtext
    directory/site/trunk/content/fortress/quick-start/windows/
Removed:
    directory/site/trunk/content/fortress/quick-start/linux.mdtext
    directory/site/trunk/content/fortress/quick-start/prerequisites.mdtext
Modified:
    directory/site/trunk/content/fortress/user-guide.mdtext

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

Propchange: directory/site/trunk/content/fortress/images/Screenshot1-chmod.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 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=1629353&view=auto
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext (added)
+++ directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext Sat Oct  4 03:18:41 2014
@@ -0,0 +1,45 @@
+Title: Guidelines and Tips for first-time users
+NavPrev: linux.html
+NavPrevText: Quickstart Linux - Table of contents
+NavUp: linux.html
+NavUpText: Quickstart Linux - Table of contents
+NavNext: guideline.html
+NavNextText: Guidelines and Tips for first-time users
+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.
+
+# Guidelines and Tips for first-time users
+
+
+In the document that follows, when you read \[version\] or [platform] substitute with current package info. For example - if the downloaded package version is 1.0.0 and platform is 'Debian Silver i386', the instructions show fortressBuilder-\[platform\]-\[version\].jar your file name would be fortressBuilder-Debian-Silver-i386-1.0.0.zip
+
+Is your target machine windows? Go to [README-QUICKSTART-WINDOWS](../windows/windows.html).
+
+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>
+![Screenshot](images/Screenshot1-chmod.png)
+</CENTER>

Copied: directory/site/trunk/content/fortress/quick-start/linux/linux.mdtext (from r1629352, directory/site/trunk/content/fortress/quick-start/linux.mdtext)
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/quick-start/linux/linux.mdtext?p2=directory/site/trunk/content/fortress/quick-start/linux/linux.mdtext&p1=directory/site/trunk/content/fortress/quick-start/linux.mdtext&r1=1629352&r2=1629353&rev=1629353&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/linux.mdtext (original)
+++ directory/site/trunk/content/fortress/quick-start/linux/linux.mdtext Sat Oct  4 03:18:41 2014
@@ -1,5 +1,5 @@
 Title: Quick start guide for Linux
-NavUp: ../user-guide.html
+NavUp: ../../user-guide.html
 NavUpText: User Guide
 NavNext: prerequisites.html
 NavNextText: System Prerequisites
@@ -27,7 +27,7 @@ For instructions on how to get Fortress 
 ### Table of contents
 
 * [System Prerequisites](prerequisites.html)
-* [Guidelines and Tips for first-time users]()
+* [Guidelines and Tips for first-time users](guidelines.html)
 * [Section I - download Fortress QUICKSTART and prepare the package](section-I.html)
 * [Section II - compile Fortress source and build distribution packages](section-II.html)
 * [Section III - install, configure and load OpenLDAP with seed data](section-III.html)

Modified: directory/site/trunk/content/fortress/user-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/user-guide.mdtext?rev=1629353&r1=1629352&r2=1629353&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/user-guide.mdtext (original)
+++ directory/site/trunk/content/fortress/user-guide.mdtext Sat Oct  4 03:18:41 2014
@@ -20,7 +20,7 @@ Notice: Licensed to the Apache Software 
 
 The Quick Start guides show you how to do base install of Fortress and OpenLDAP:
 
-* [Quick Start Guide for Linux](quick-start/linux.html)
-* [Quick Start Guide for Windows](quick-start/windows.html)
-* [Quick Start Guide for ApacheDS](quick-start/apacheds.html)
+* [Quick Start Guide for Linux](quick-start/linux/linux.html)
+* [Quick Start Guide for Windows](quick-start/windows/windows.html)
+* [Quick Start Guide for ApacheDS](quick-start/apacheds/apacheds.html)