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 04:57:43 UTC

svn commit: r1629352 - in /directory/site/trunk/content: fortress/quick-start/ fortress/quick-start/linux.mdtext fortress/quick-start/prerequisites.mdtext fortress/user-guide.mdtext fortress/user-guide/ mailing-lists-and-irc.mdtext

Author: elecharny
Date: Sat Oct  4 02:57:43 2014
New Revision: 1629352

URL: http://svn.apache.org/r1629352
Log:
Added the first pages for fortress documentation. Updated the mailing list

Added:
    directory/site/trunk/content/fortress/quick-start/
    directory/site/trunk/content/fortress/quick-start/linux.mdtext
    directory/site/trunk/content/fortress/quick-start/prerequisites.mdtext
    directory/site/trunk/content/fortress/user-guide/
    directory/site/trunk/content/fortress/user-guide.mdtext
Modified:
    directory/site/trunk/content/mailing-lists-and-irc.mdtext

Added: directory/site/trunk/content/fortress/quick-start/linux.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/quick-start/linux.mdtext?rev=1629352&view=auto
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/linux.mdtext (added)
+++ directory/site/trunk/content/fortress/quick-start/linux.mdtext Sat Oct  4 02:57:43 2014
@@ -0,0 +1,46 @@
+Title: Quick start guide for Linux
+NavUp: ../user-guide.html
+NavUpText: User Guide
+NavNext: prerequisites.html
+NavNextText: System Prerequisites
+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.
+
+The intent of this document is to help new users with Apache Fortress IAM™ software using one of the the linux QUICKSTART packages located [here](http://directory.apache.org/fortress/download.html)
+
+For instructions on how to get Fortress connected to an existing OpenLDAP instance, follow the instructions inside SECTION 6 of this document: [README.txt](link to provide)
+
+### Table of contents
+
+* [System Prerequisites](prerequisites.html)
+* [Guidelines and Tips for first-time users]()
+* [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)
+* [Section IV - integration test Fortress and OpenLDAP](section-IV.html)
+* [Section V - Commander Web Administration demo](section-V.html)
+* [Section VI - integration test Commander with Solenium](section-VI.html)
+* [Section VII - connecting to Commander via Web browser](section-VII.html)
+* [Section VIII - Instructions to use Fortress Command Line Interpreter (CLI)](section-VIII.html)
+* [Section IX - Instructions to use Fortress Console utility (CLI)](section-IX.html)
+* [Section X - How to generate and view javadoc](section-X.html)
+* [Section XI - EnMasse REST Policy Server demo](section-XI.html)
+* [Section XII - integration test Fortress, EnMasse and OpenLDAP](section-XII.html)
+* [Section XIII - enable and test the OpenLDAP RBAC Accelerator Overlay](section-XIII.html)
+* [Section XIV - misc info about other utilities](section-XIV.html)
+
+

Added: directory/site/trunk/content/fortress/quick-start/prerequisites.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/quick-start/prerequisites.mdtext?rev=1629352&view=auto
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/prerequisites.mdtext (added)
+++ directory/site/trunk/content/fortress/quick-start/prerequisites.mdtext Sat Oct  4 02:57:43 2014
@@ -0,0 +1,37 @@
+Title: System Prequesites
+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.
+
+# System Prerequisites
+
+* Internet access to retrieve binary dependencies from online Maven repo.
+* Java SDK Version 7 or beyond installed to target environment
+* Redhat or Ubuntu server machine
+* 1GB RAM
+* 20GB HD
+
+NOTE: The Fortress build.xml may run without connection to Internet if:
+
+* The binary dependencies have previously been downloaded to FORTRESS_HOME/lib folder
+* Local mode has been enabled on target machine. Local mode can be enabled by adding this property to build.properties: _local.mode=true_
+

Added: directory/site/trunk/content/fortress/user-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/user-guide.mdtext?rev=1629352&view=auto
==============================================================================
--- directory/site/trunk/content/fortress/user-guide.mdtext (added)
+++ directory/site/trunk/content/fortress/user-guide.mdtext Sat Oct  4 02:57:43 2014
@@ -0,0 +1,26 @@
+Title: Users Guide
+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.
+
+# Users guide
+
+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)
+

Modified: directory/site/trunk/content/mailing-lists-and-irc.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mailing-lists-and-irc.mdtext?rev=1629352&r1=1629351&r2=1629352&view=diff
==============================================================================
--- directory/site/trunk/content/mailing-lists-and-irc.mdtext (original)
+++ directory/site/trunk/content/mailing-lists-and-irc.mdtext Sat Oct  4 02:57:43 2014
@@ -39,7 +39,8 @@ An article by Eric Steven Raymond very w
 
 ## Project mailing lists
 
-These are the mailing lists that have been established for this project. 
+These are the mailing lists that have been established for this project. We haven't a distinguished mailing list for each of the sub-projects : if you have questions about Escimon Mavibot or ApacheDS, for instance, you have to use the Directory Users or Developpers mailing list.
+
 For each list, there is a subscribe, unsubscribe, and an archive link:
 
 | Name | Subscribe | Unsubscribe | Post | Archive |
@@ -48,8 +49,10 @@ For each list, there is a subscribe, uns
 | The Directory Users List| [Subscribe](mailto:users-subscribe@directory.apache.org) | [Unsubscribe](mailto:users-unsubscribe@directory.apache.org) | [Post](mailto:users@directory.apache.org) | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/directory-users)  |
 | The Directory Commits List | [Subscribe](mailto:commits-subscribe@directory.apache.org) | [Unsubscribe](mailto:commits-unsubscribe@directory.apache.org) | — | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/directory-commits) |
 | The LDAP API List | [Subscribe](mailto:api-subscribe@directory.apache.org) | [Unsubscribe](mailto:api-unsubscribe@directory.apache.org) | [Post](mailto:api@directory.apache.org) | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/directory-api) |
+| The Fortress List | [Subscribe](mailto:fortress-subscribe@directory.apache.org) | [Unsubscribe](mailto:fortress-unsubscribe@directory.apache.org) | [Post](mailto:fortress@directory.apache.org) | [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/directory-fortress) |
 
 ## IRC channels
 
 * Users IRC channel: [#apache-directory @ irc://irc.freenode.net](irc://irc.freenode.net/apache-directory) 
-* Developers IRC channel: [#apache-directory-dev @ irc://irc.freenode.net](irc://irc.freenode.net/apache-directory-dev) 
\ No newline at end of file
+* Developers IRC channel: [#apache-directory-dev @ irc://irc.freenode.net](irc://irc.freenode.net/apache-directory-dev) 
+* Fortress IRC channel: [#apache-fortress @ irc://irc.freenode.net](irc://irc.freenode.net/apache-fortress)