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

Mark Craig
25.16.2013 f0718304fee3478b2f2a4abfac2900ab41a648ea
OPENDJ-1011: Update install.txt and install.html

In the end, it's simpler long term to include the install instructions in the README, and remove these extra files. With additional review from Ludo by mail, I've also fixed up a few small things in the README.

I'm leaving the SVR4 related changes to Ludo.
2 files deleted
3 files modified
227 ■■■■ changed files
opendj-sdk/opendj3/src/main/docbkx/admin-guide/appendix-file-layout.xml 12 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml 9 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/README 51 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/install.html 102 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/install.txt 53 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj3/src/main/docbkx/admin-guide/appendix-file-layout.xml
@@ -162,18 +162,6 @@
   </listitem>
  </varlistentry>
  <varlistentry>
   <term><filename>install.html</filename></term>
   <listitem>
    <para>Quick installation instructions in case you are offline</para>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term><filename>install.txt</filename></term>
   <listitem>
    <para>Text version of <filename>install.html</filename></para>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term><filename>instance.loc</filename></term>
   <listitem>
    <para>Pointer to OpenDJ on the file system, useful in installations where
opendj-sdk/opends/build.xml
@@ -1188,15 +1188,6 @@
    <copy todir="${pdir}">
      <fileset file="${resource.dir}/README" />
    </copy>
    <copy todir="${pdir}">
      <fileset file="${resource.dir}/install.html" />
    </copy>
    <copy todir="${pdir}">
      <fileset file="${resource.dir}/install.txt" />
    </copy>
    <copy todir="${pdir}">
      <fileset file="${resource.dir}/images/opendj_logo.png" />
    </copy>
opendj-sdk/opends/resource/README
@@ -1,16 +1,43 @@
OpenDJ
OpenDJ - Open Source Directory Services in Java
This archive contains OpenDJ an open source directory server in Java.
OpenDJ is a downstream build of the OpenDS project, with a different name
to avoid trademark issues.
Complete documentation for this product may be found online
at http://opendj.forgerock.org/docs.html.
This archive contains OpenDJ, an open source, high performance, highly
available, secure, directory server in Java.
To configure the server, run the setup script on UNIX-based platforms, or the
setup.bat batch file on Windows.  To start the server, run bin/start-ds on
UNIX-based platforms, or bat\start-ds.bat on Windows systems.
This product includes software available under the Common Development and
Distribution License (CDDL).  The complete text for this license, and for
alternate licenses of included components, may be found in the legal-notices
directory.
This product is made available under the Common Development and Distribution
License (CDDL).  The complete text for this license, and for alternate licenses
of included components, may be found in the legal-notices directory.
How To Install OpenDJ
=====================
Once you have downloaded and unzipped the OpenDJ directory server binaries,
you can install OpenDJ in either of two modes:
 * Graphical User Interface (GUI) mode. The GUI mode uses QuickSetup, a
   Java-based graphical tool that enables you to install and configure
   OpenDJ directory server, load it with data and get it running quickly.
 * Interactive Command-line mode. The interactive command-line utility prompts
   you for required information before the installation and configuration begin.
Before You Install
------------------
 * A Java SE 6 or later runtime environment must be installed.
 * The system must have at least 100MB of disk space and 256MB of free memory
   to run OpenDJ directory server for evaluation purposes.
To Install OpenDJ in GUI mode
-----------------------------
 1. From the top level of your installation directory, run the setup command.
 2. Answer the questions in the installation wizard.
To Install OpenDJ in Command-Line Mode
--------------------------------------
 1. From the top level of your installation directory, run the setup command
    with the --cli option:
    (Unix, Linux) setup --cli
    (Windows) setup.bat --cli
 2. Follow the prompts to provide the required installation information.
To learn more about OpenDJ directory services, visit the project site:
    http://opendj.forgerock.org/
opendj-sdk/opends/resource/install.html
File was deleted
opendj-sdk/opends/resource/install.txt
File was deleted