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/07 10:50:22 UTC

svn commit: r1629825 - in /directory/site/trunk/content/fortress: images/Screenshot-Studio-Schema-Import.png quick-start/apacheds/section-II.mdtext quick-start/apacheds/section-III.mdtext

Author: elecharny
Date: Tue Oct  7 08:50:22 2014
New Revision: 1629825

URL: http://svn.apache.org/r1629825
Log:
Added two more apacheds quick start guide pages

Added:
    directory/site/trunk/content/fortress/images/Screenshot-Studio-Schema-Import.png   (with props)
    directory/site/trunk/content/fortress/quick-start/apacheds/section-II.mdtext
    directory/site/trunk/content/fortress/quick-start/apacheds/section-III.mdtext

Added: directory/site/trunk/content/fortress/images/Screenshot-Studio-Schema-Import.png
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/images/Screenshot-Studio-Schema-Import.png?rev=1629825&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/site/trunk/content/fortress/images/Screenshot-Studio-Schema-Import.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/site/trunk/content/fortress/quick-start/apacheds/section-II.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/quick-start/apacheds/section-II.mdtext?rev=1629825&view=auto
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/apacheds/section-II.mdtext (added)
+++ directory/site/trunk/content/fortress/quick-start/apacheds/section-II.mdtext Tue Oct  7 08:50:22 2014
@@ -0,0 +1,63 @@
+Title: Section II - Instructions to run the Fortress Ant Build
+NavPrev: section-I.html
+NavPrevText: Section I - Instructions to extract and configure Fortress Builder Package
+NavUp: apacheds.html
+NavUpText: Quickstart ApacheDS - Table of contents
+NavNext: section-III.html
+NavNextText: Section III - Instructions to configure ApacheDS and load with seed data
+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
+
+### Step 1
+
+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>
+
+### Step 2
+
+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.
+
+### Step 3
+
+Verify it ran correctly according to Ant:
+
+    BUILD SUCCESSFUL 
+
+<CENTER>
+  <IMG src="../../images/Screenshot4-ant-success-dist.png" alt="Screenshot" width="766" height="58"/>
+</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/apacheds/section-III.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/quick-start/apacheds/section-III.mdtext?rev=1629825&view=auto
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/apacheds/section-III.mdtext (added)
+++ directory/site/trunk/content/fortress/quick-start/apacheds/section-III.mdtext Tue Oct  7 08:50:22 2014
@@ -0,0 +1,85 @@
+Title: Section III - Instructions to configure ApacheDS and load with seed data
+NavPrev: section-II.html
+NavPrevText: Section II - Instructions to run the Fortress Ant Build
+NavUp: apacheds.html
+NavUpText: Quickstart ApacheDS - Table of contents
+NavNext: section-IV.html
+NavNextText: Section IV - Instructions to regression test Fortress and ApacheDS
+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 III - Instructions to configure ApacheDS and load with seed data
+
+<DIV class="note" markdown="1">
+	Important: This target reloads the ApacheDS configuration and data. 
+</DIV>
+
+### Step 1
+
+Import Fortress ApacheDS schema into ApacheDS server using preferred ldif import tool. Fortress ApacheDS schema located here: FORTRESS_HOME/ldap/schema/apacheds-fortress.ldif
+
+Screenshot of Apache Directory Studio import of Fortress schema file into ApacheDS: 
+
+<CENTER>
+  <IMG src="../../images/Screenshot-Studio-Schema-Import.png" alt="Screenshot" width="766" height="461"/>
+</CENTER>
+
+Note: The default for this setting is 'false' or disabled.
+
+### Step 2
+
+The fortress 'init-apacheds' uses LDAPv3 to perform initial operations.
+
+Edit build.properties, ensure the following line has been commented out:
+
+
+<CENTER>
+  <IMG src="../../images/Screenshot43-edit-disable-rest.png" alt="Screenshot"/>
+</CENTER>
+
+Note: The default for this setting is 'false' or disabled.
+
+### Step 3
+
+From FORTRESS_HOME root folder, enter the following command from a system prompt:
+
+  ./b.sh init-apacheds 
+
+### Step 4
+
+Verify it ran correctly according to Ant.
+
+	BUILD SUCCESSFUL
+
+<CENTER>
+  <IMG src="../../images/Screenshot7-init-slapd-success.png" alt="Screenshot" width="766" height="101"/>
+</CENTER>
+
+### Step 5
+
+After above step completes, Symas ApacheDS will be installed, configured and loaded with fortress bootstrap config. This step also runs provisioning scripts which may be tailored according to requirements. Check out the xml load scripts in FORTRESS_HOME/ldap/setup folder.
+
+
+### Step 5
+
+Point your preferred LDAP browser, ours is Apache Directory Studio, to the installed directory. 
+
+<To be completed>
+
+<CENTER>
+  <IMG src="../../images/Screenshot8-ldap-browser.png" alt="Screenshot" width="766" height="439"/>
+</CENTER>