From cc7b739d09bcd8166f0e739676acd3da151e5984 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 01 Sep 2011 06:37:05 +0000
Subject: [PATCH] Mention the setup option -n, --no-prompt for silent installation. (Also added some xml:id anchors and indexterms.)

---
 opendj3/src/main/docbkx/install-guide/chap-install-cli.xml |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/opendj3/src/main/docbkx/install-guide/chap-install-cli.xml b/opendj3/src/main/docbkx/install-guide/chap-install-cli.xml
index 47adc8f..e50cd8d 100644
--- a/opendj3/src/main/docbkx/install-guide/chap-install-cli.xml
+++ b/opendj3/src/main/docbkx/install-guide/chap-install-cli.xml
@@ -34,7 +34,7 @@
  <para>This chapter covers command-line installation with additional
  information on setup options.</para>
 
- <procedure>
+ <procedure xml:id="before-you-install">
   <title>To Prepare For Installation</title>
 
   <step>
@@ -113,9 +113,9 @@
   </step>
  </procedure>
 
- <procedure>
+ <procedure xml:id="command-line-install">
   <title>To Install OpenDJ Directory Server</title>
-
+  <indexterm><primary>Command-line installation</primary></indexterm>
   <step>
    <para>Unzip <filename>OpenDJ-<?eval ${project.version}?>.zip</filename>
    in the file system directory where you want to install the server.</para>
@@ -126,7 +126,7 @@
    want to install elsewhere on the file system, unzip the files in that
    location.</para>
   </step>
-
+  
   <step>
    <para>Run the <command>setup --cli</command> command found in the
    <filename>OpenDJ-<?eval ${project.version}?></filename> directory.</para>
@@ -137,7 +137,12 @@
    values for the options you choose during interactive mode, thus
    scripting the installation process. See <command>setup --help</command>
    and the notes below.</para>
-
+   
+   <indexterm><primary>Silent installation</primary></indexterm>
+   <para>To perform a non-interactive, silent installation, provide all
+   the options to configure OpenDJ, and then also use the <literal>-n</literal>
+   or <literal>--no-prompt</literal> option.</para>
+   
    <para>The <command>setup</command> command without the
    <literal>--cli</literal> option runs the Quick Start
    GUI installer with your local version of software, as does
@@ -364,9 +369,9 @@
   option, specifying values for all the other options you require.</para>
  </note>
 
- <procedure>
+ <procedure xml:id="install-dsml-gateway">
   <title>To Install OpenDJ DSML gateway</title>
-
+  <indexterm><primary>DSML gateway installation</primary></indexterm>
   <para>The OpenDJ DSML gateway functions as a web application located in a
   web application container. The DSML gateway runs independently of OpenDJ
   directory server. You configure the gateway to access your directory service

--
Gitblit v1.10.0