mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
23.17.2011 8907ee3d4283c09926a9351495198637f1138683
Clarified that we have SVR4 packages for Solaris
1 files modified
17 ■■■■■ changed files
opendj3/src/main/docbkx/install-guide/chap-install-cli.xml 17 ●●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/chap-install-cli.xml
@@ -37,9 +37,10 @@
 <procedure xml:id="before-you-install">
  <title>To Prepare For Installation</title>
  <step>
  <step xml:id="check-for-java">
   <para>Make sure you have the correct Java environment installed.</para>
   <indexterm><primary>Java requirements</primary></indexterm>
   <screen>$ java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-9M3326)
@@ -54,7 +55,9 @@
   version.</para>
  </step>
  <step>
  <step xml:id="download-opendj">
   <indexterm><primary>Download OpenDJ</primary></indexterm>
   <para>Get the appropriate installation packages from the <link
     xlink:href='http://www.forgerock.org/opendj.html'
     >OpenDJ download page</link>.</para>
@@ -68,7 +71,7 @@
    <varlistentry>
     <term>opendj.zip</term>
     <listitem>
      <para>Solaris native packages</para>
      <para>SVR4 format native packages for Solaris</para>
     </listitem>
    </varlistentry>
    <varlistentry>
@@ -80,7 +83,7 @@
   </variablelist>
  </step>
  <step>
  <step xml:id="enough-file-descriptors">
   <para>Allow OpenDJ software to use at least 64K (65536) file descriptors
   to operate properly.</para>
@@ -92,7 +95,7 @@
   current settings.</para>
  </step>
  <step>
  <step xml:id="app-server-needed-for-dsml">
   <para>If you plan to install OpenDJ DSML gateway, make sure you have an
   appropriate application server installed.</para>
  </step>
@@ -109,7 +112,7 @@
   or on a PKCS#11 token. To import a signed certificate into a key store,
   you can use the Java <command>keytool</command> command.</para>
   <!-- TODO: Show how this is done for at least one key store type. -->
   <!-- TODO: Add an olink when the functionality becomes available. -->
  </step>
 </procedure>