You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2014/10/04 18:59:20 UTC

svn commit: r924651 - in /websites/staging/directory/trunk/content: ./ fortress/quick-start/linux/section-II.html fortress/quick-start/linux/section-III.html

Author: buildbot
Date: Sat Oct  4 16:59:20 2014
New Revision: 924651

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/fortress/quick-start/linux/section-II.html
    websites/staging/directory/trunk/content/fortress/quick-start/linux/section-III.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Oct  4 16:59:20 2014
@@ -1 +1 @@
-1629420
+1629421

Modified: websites/staging/directory/trunk/content/fortress/quick-start/linux/section-II.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/quick-start/linux/section-II.html (original)
+++ websites/staging/directory/trunk/content/fortress/quick-start/linux/section-II.html Sat Oct  4 16:59:20 2014
@@ -158,6 +158,7 @@
 
 
 <h2 id="section-ii-instructions-to-run-the-fortress-ant-build">Section II - Instructions to run the Fortress Ant Build</h2>
+<h3 id="a">A.</h3>
 <p>From FORTRESS_HOME root folder, edit the b.sh script to point to java home:</p>
 <div class="codehilite"><pre><span class="n">export</span> <span class="n">JAVA_HOME</span><span class="p">=</span><span class="o">/</span><span class="n">opt</span><span class="o">/</span><span class="n">jdk1</span><span class="p">.</span>7<span class="p">.</span>0<span class="n">_10</span>
 </pre></div>
@@ -166,6 +167,7 @@
 <p><CENTER>
   <IMG src="../../images/Screenshot3-edit-javahome.png" alt="Screenshot" width="766" height="111"/>
 </CENTER></p>
+<h3 id="b">B.</h3>
 <p>Run the distribution target:</p>
 <div class="codehilite"><pre><span class="o">./</span><span class="n">b</span><span class="p">.</span><span class="n">sh</span> <span class="n">dist</span>
 </pre></div>
@@ -175,6 +177,7 @@
   <IMG src="../../images/Screenshot4-ant-dist.png" alt="Screenshot" width="766" height="58"/>
 </CENTER></p>
 <p>Note: The b.sh batch file referred to here uses Ant package that is local to Fortress quickstart package.</p>
+<h3 id="c">C.</h3>
 <p>Verify it ran correctly according to Ant:</p>
 <div class="codehilite"><pre><span class="n">BUILD</span> <span class="n">SUCCESSFUL</span>
 </pre></div>

Modified: websites/staging/directory/trunk/content/fortress/quick-start/linux/section-III.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/quick-start/linux/section-III.html (original)
+++ websites/staging/directory/trunk/content/fortress/quick-start/linux/section-III.html Sat Oct  4 16:59:20 2014
@@ -162,12 +162,14 @@
     Important: This target reinstalls and reloads the OpenLDAP server program, configuration and data. 
 </DIV>
 
+<h3 id="a">A.</h3>
 <p>The fortress 'init-slapd' uses LDAPv3 to perform initial operations.</p>
 <p>edit build.properties, ensure the following line has been commented out: </p>
 <p><CENTER>
   <IMG src="../../images/Screenshot43-edit-disable-rest.png" alt="Screenshot"/>
 </CENTER></p>
 <p>Note: The default for this setting is 'false' or disabled.</p>
+<h3 id="b">B.</h3>
 <p>From FORTRESS_HOME root folder, enter the following command from a system prompt:
 if sudo:</p>
 <div class="codehilite"><pre><span class="n">sudo</span> <span class="o">./</span><span class="n">b</span><span class="p">.</span><span class="n">sh</span> <span class="n">init</span><span class="o">-</span><span class="n">slapd</span>
@@ -189,6 +191,7 @@ if sudo:</p>
 </pre></div>
 
 
+<h3 id="c">C.</h3>
 <p>Verify it ran correctly according to Ant.</p>
 <div class="codehilite"><pre><span class="n">BUILD</span> <span class="n">SUCCESSFUL</span>
 </pre></div>
@@ -197,7 +200,9 @@ if sudo:</p>
 <p><CENTER>
   <IMG src="../../images/Screenshot7-init-slapd-success.png" alt="Screenshot" width="766" height="101"/>
 </CENTER></p>
+<h3 id="d">D.</h3>
 <p>After above step completes, Symas OpenLDAP 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.</p>
+<h3 id="e">E.</h3>
 <p>Point your preferred LDAP browser, ours is Apache Directory Studio, to the installed directory. The configuration parameters you'll need to browse can be found in the generated 'slapd.conf' file.</p>
 <p>To view data stored in default database:</p>
 <div class="codehilite"><pre><span class="n">suffix</span> &quot;<span class="n">dc</span><span class="p">=</span><span class="n">openldap</span><span class="p">,</span><span class="n">dc</span><span class="p">=</span><span class="n">org</span>&quot;