From 2cd78b5df03ff86e6f525037dd6c4431a3c230ce Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 21 Jul 2011 06:57:50 +0000
Subject: [PATCH] Fix for OPENDJ-238: Can't set installation location.

---
 opendj3/src/main/docbkx/install-guide/chap-install-cli.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 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 a446fc4..de366a0 100644
--- a/opendj3/src/main/docbkx/install-guide/chap-install-cli.xml
+++ b/opendj3/src/main/docbkx/install-guide/chap-install-cli.xml
@@ -119,6 +119,12 @@
   <step>
    <para>Unzip <filename>OpenDJ-<?eval ${project.version}?>.zip</filename>
    in the file system directory where you want to install the server.</para>
+   
+   <para>Unlike the web-based Quick Setup install, the <command>setup</command>
+   command uses the directory where you unzipped the files as the installation
+   directory, and does not ask you where to install OpenDJ. Therefore, if you
+   want to install elsewhere on the file system, unzip the files in that
+   location.</para>
   </step>
   
   <step>

--
Gitblit v1.10.0