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

Mark Craig
19.35.2015 8851e44f2e76d59b65a32e3b8e5d2185cb32ea61
CR-6124 OPENDJ-1830 Describe how to configure OpenDJ in a script at setup time
1 files modified
12 ■■■■■ changed files
opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml 12 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/docbkx/install-guide/chap-install-cli.xml
@@ -723,6 +723,18 @@
./setup --cli --propertiesFilePath /net/install/dj/1/setup.props \
  --acceptLicense --no-prompt</computeroutput>
   </screen>
   <para>
    The properties file contains only installation options,
    and does not allow you to further configure OpenDJ directory server.
    If you also want your script to configure OpenDJ directory server,
    follow a successful run of the <command>setup</command> command
    with <command>dsconfig</command> commands to configure the server.
    To run a series of configuration commands as a batch
    using the <command>dsconfig</command> command,
    use the <option>--batchFilePath <replaceable>file</replaceable></option> option,
    where <replaceable>file</replaceable> contains the configuration commands.
   </para>
  </step>
  <step>