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 22:26:14 UTC

svn commit: r1629442 - in /directory/site/trunk/content/fortress: images/Screenshot24-ant-javadoc.png images/Screenshot25-javadoc-listing.png images/Screenshot26-javadoc.png quick-start/linux/section-X.mdtext

Author: elecharny
Date: Sat Oct  4 20:26:14 2014
New Revision: 1629442

URL: http://svn.apache.org/r1629442
Log:
Added page section X

Added:
    directory/site/trunk/content/fortress/images/Screenshot24-ant-javadoc.png   (with props)
    directory/site/trunk/content/fortress/images/Screenshot25-javadoc-listing.png   (with props)
    directory/site/trunk/content/fortress/images/Screenshot26-javadoc.png   (with props)
    directory/site/trunk/content/fortress/quick-start/linux/section-X.mdtext

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

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

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

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

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

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

Added: directory/site/trunk/content/fortress/quick-start/linux/section-X.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/quick-start/linux/section-X.mdtext?rev=1629442&view=auto
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/linux/section-X.mdtext (added)
+++ directory/site/trunk/content/fortress/quick-start/linux/section-X.mdtext Sat Oct  4 20:26:14 2014
@@ -0,0 +1,66 @@
+Title: Section X - Instructions to generate and view Javadoc
+NavPrev: section-IX.html
+NavPrevText: Section IX - Instructions to run Fortress Console
+NavUp: linux.html
+NavUpText: Quickstart Linux - Table of contents
+NavNext: section-XI.html
+NavNextText: Section XI - Instructions to install EnMasse Policy Server Demo
+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 X - Instructions to generate and view Javadoc (optional)
+
+### Step 1
+
+Run the javadoc target:
+
+	./b.sh javadoc 
+
+<CENTER>
+  <IMG src="../../images/Screenshot24-ant-javadoc.png" alt="Screenshot" width="766" height="61"/>
+</CENTER>
+
+
+### Step 2
+
+Navigate to where docs are generated:
+
+<CENTER>
+  <IMG src="../../images/Screenshot25-javadoc-listing.png" alt="Screenshot" width="766" height="114"/>
+</CENTER>
+
+### Step 3
+
+Open 'index.html' using your preferred HTML Browser :
+
+<CENTER>
+  <IMG src="../../images/Screenshot26-javadoc.png" alt="Screenshot" width="766" height="463"/>
+</CENTER>
+
+### Step 4
+
+The javadoc provides coverage of the Fortress APIs and also provides explanations on how RBAC, ARBAC, PW Policies and Audit work.
+
+### Step 5
+
+Good places to start learning about Fortress : 
+
+* Fortress Manager Summary
+* RBAC Summary
+* Audit Manager
+* Command Line Interpreter
+* FortressAntTask