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 2015/02/17 23:22:16 UTC

svn commit: r940523 - in /websites/staging/directory/trunk/content: ./ fortress/installation.html fortress/installation/apacheds.html

Author: buildbot
Date: Tue Feb 17 22:22:15 2015
New Revision: 940523

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/fortress/installation.html
    websites/staging/directory/trunk/content/fortress/installation/apacheds.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 17 22:22:15 2015
@@ -1 +1 @@
-1660517
+1660519

Modified: websites/staging/directory/trunk/content/fortress/installation.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/installation.html (original)
+++ websites/staging/directory/trunk/content/fortress/installation.html Tue Feb 17 22:22:15 2015
@@ -160,7 +160,7 @@
 
 
 <h1 id="installation-guides">Installation guides</h1>
-<p>The Installation guides show you how to do a base install of Fortress:</p>
+<p>The Installation guides show you how to do a base install of Fortress, using either ApacheDS or OpenLDAP:</p>
 <ul>
 <li><a href="installation/apacheds.html">Installation Guide for ApacheDS</a></li>
 <li><a href="installation/openldap.html">Installation Guide for OpenLDAP</a></li>

Modified: websites/staging/directory/trunk/content/fortress/installation/apacheds.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/installation/apacheds.html (original)
+++ websites/staging/directory/trunk/content/fortress/installation/apacheds.html Tue Feb 17 22:22:15 2015
@@ -160,36 +160,34 @@
 
 
 <h1 id="apacheds-installation-guide">ApacheDS Installation guide</h1>
-<p>We will explain how to install and setup <em>Fortress</em> with an <em>ApacheDS</em> instance. In this configuration, we will have the <em>ApacheDS</em> server running on a server (<em>ApacheDS Host</em>) and <em>Fortress</em> which will be installed on a client machine (<em>Fortress Host</em>). Note that those two hosts can be shared - and this is such a configuration that we are going to use in this document.</p>
+<p>We will explain how to install and setup <strong>Fortress</strong> with an <strong>ApacheDS</strong> instance. In this configuration, we will have the <strong>ApacheDS</strong> server running on a server (<strong>ApacheDS Host</strong>) and <strong>Fortress</strong> which will be installed on a client machine (<strong>Fortress Host</strong>). Note that those two hosts can be shared - and this is such a configuration that we are going to use in this document.</p>
 <h2 id="prerequisites">Prerequisites</h2>
-<p>There a few mandatory elements that need to be installed on the <em>ApacheDS Host</em> :</p>
-<div class="codehilite"><pre><span class="o">*</span> <span class="n">Java</span> 7 <span class="n">or</span> <span class="n">greated</span> <span class="n">sdk</span>
-</pre></div>
-
-
-<p>On the <em>Fortress Host</em>, you will need those components :</p>
-<div class="codehilite"><pre><span class="o">*</span> <span class="n">Java</span> 7 <span class="n">or</span> <span class="n">greated</span> <span class="n">sdk</span>
-<span class="o">*</span> <span class="n">Apache</span> <span class="n">Maven</span> 3<span class="o">+</span>
-<span class="o">*</span> <span class="n">A</span> <span class="n">web</span> <span class="n">browser</span>
-<span class="o">*</span> <span class="n">Git</span>
-<span class="o">*</span> <span class="n">Apache</span> <span class="n">Directory</span> <span class="n">Studio</span>
-</pre></div>
-
-
+<p>There a few mandatory elements that need to be installed on the <strong>ApacheDS Host</strong> :</p>
+<ul>
+<li>Java 7 or greated sdk</li>
+</ul>
+<p>On the <strong>Fortress Host</strong>, you will need those components :</p>
+<ul>
+<li>Java 7 or greated sdk</li>
+<li>Apache Maven 3+</li>
+<li>A web browser</li>
+<li>Git</li>
+<li>Apache Directory Studio</li>
+</ul>
 <h2 id="installing-apacheds">Installing ApacheDS</h2>
-<p>On the <em>ApacheDS Host</em> :</p>
+<p>On the <strong>ApacheDS Host</strong> :</p>
 <p>This is pretty straightforward : follow the installation guide on <a href="http://directory.staging.apache.org/apacheds/downloads.html">the ApacheDS download pages</a> (each page has an installation description).</p>
 <p>The base installation will install a server running on port <em>10389</em>, with a default user <em>uid=admin,ou=system</em> and the password <em>secret</em>. Please change those values !!!</p>
 <p>Note that the server requires a Java 7 sdk to run.</p>
 <h2 id="installing-apache-directory-studio">Installing Apache Directory Studio</h2>
-<p>On the <em>Fortress Host</em> :</p>
-<p>We will install <em>Apache Directory Studio</em> which is a convenient tool when it comes to access a <em>LDAP</em> server. You need to instal it using <a href="http://directory.apache.org/studio/downloads.html">the following documentation</a>. Again, each of the link contains some directio on how to install the component.</p>
-<p>Once installed, you can check you can connect to the <em>ApacheDS</em> server you have installed in the previous step. Create a <em>connection</em>, set the <em>hostName</em> and <em>port</em> to be those where you installed the <em>ApacheDS</em> server, then check the Network Parameter, it should work fine.</p>
+<p>On the <strong>Fortress Host</strong> :</p>
+<p>We will install <strong>Apache Directory Studio</strong> which is a convenient tool when it comes to access a <strong>LDAP</strong> server. You need to instal it using <a href="http://directory.apache.org/studio/downloads.html">the following documentation</a>. Again, each of the link contains some direction on how to install this component.</p>
+<p>Once installed, you can check you can connect to the <strong>ApacheDS</strong> server you have installed in the previous step. Create a <em>connection</em>, set the <em>hostName</em> and <em>port</em> to be those where you installed the <strong>ApacheDS</strong> server, then check the Network Parameter, it should work fine.</p>
 <p>Also check that you can connect using the credentials you have set (defaulting to <em>uid=admin,ou=system</em> and <em>secret</em>)  using <em>Simple Authentication</em>, and clicking on <em>Check Authentication</em> : it should work.</p>
 <p>The complete description of the steps to follow can be found <a href="http://directory.apache.org/studio/users-guide/ldap_browser/gettingstarted_create_connection.html">on this page</a></p>
 <h2 id="installing-fortress-core">Installing Fortress Core</h2>
-<p>Assuming that <em>Git</em>, <em>Java 7</em> and <em>Apache Maven</em> are installed on the <em>Fortress Host</em>, and that <em>ApacheDS</em> is running on the <em>ApacheDS Host</em>, we can now configure and install <em>Fortress Core</em> on the <em>Fortress Host</em></p>
-<p>The setup will use your specificc configuration to create everything needed on the LDAP server to operate <em>Fortress</em>. It will so inject some specific schema in the server, and some entries that are required for <em>Fortress</em> to work. Once done, the <em>Fortress</em> API is ready to use.</p>
+<p>Assuming that <strong>Git</strong>, <strong>Java 7</strong> and <strong>Apache Maven</strong> are installed on the <strong>Fortress Host</strong>, and that <strong>ApacheDS</strong> is running on the <strong>ApacheDS Host</strong>, we can now configure and install <strong>Fortress Core</strong> on the <strong>Fortress Host</strong></p>
+<p>The setup will use your specificc configuration to create everything needed on the LDAP server to operate <strong>Fortress</strong>. It will so inject some specific schema in the server, and some entries that are required for <em>Fortress</em> to work. Once done, the <strong>Fortress</strong> API is ready to use.</p>
 <DIV class="info" markdown="1">
   This setup phase needs to be done only once per LDAP server. Although, on any computer you want to use <b>Fortress</b>, you sill need to configure it. We will expalin how to do that later on.
 </DIV>