install.txt revision 88a06952085abf76b22a8eb5bfbec7bffd6840a3
3718N/AHow To Install OpenDJ
3718N/A=====================
3718N/A
3718N/AIf you are reading this page, you have already downloaded and unzipped an OpenDJ build.
3718N/A
3718N/AYou can install OpenDJ in two modes:
3718N/A
3718N/A * Graphical User Interface (GUI) mode. The GUI mode uses QuickSetup, a Java-based graphical tool
3718N/A that enables you to install and configure an OpenDJ directory server, load it with data and get
3718N/A it running in very little time.
3718N/A * Interactive Command-line mode. The interactive command-line utility prompts you for required
3718N/A information before the installation and configuration begin.
3718N/A
3718N/ABefore You Install
3718N/A------------------
3718N/AA Java SE 6.0 (version 1.6.0_10) or higher runtime environment must be installed. It is
3718N/Arecommended that your system have at least 100MB of disk space and 256MB of free memory to run
3718N/AOpenDJ for evaluation purposes. Note that you can configure OpenDJ in such a way that it requires
3718N/Asubstantially less, or more, disk space. For more information, see the OpenDJ System Requirements
3718N/Aat http://opendj.forgerock.org/doc/release-notes/index/chap-before-you-install.html.
3718N/A
3718N/ATo Install OpenDJ in GUI mode
3718N/A-----------------------------
3718N/AYou can run QuickSetup remotely via Java Web Start, or locally from within the build that you
3718N/Ahave downloaded and unzipped.
4065N/A
3718N/AIf you run QuickSetup remotely, it automatically downloads and unzips the latest weekly build,
3718N/Aand handles server configuration. To launch QuickSetup via Java Web Start, point your
3718N/Abrowser to http://www.forgerock.org/opendj.html and click on the [Nightly build] link.
3718N/A
3718N/ATo run QuickSetup locally:
3718N/A
3718N/A 1. From the top level of your installation directory, type the following command:
3718N/A (Unix, Linux) setup (Windows) setup.bat
3718N/A 2. On Mac systems, double-click on the QuickSetup.app application to launch QuickSetup
3718N/A directly from the Finder.
3718N/A 3. Answer the questions in the installation wizard.
3718N/A
3718N/ATo Install OpenDJ in Command-Line Mode
3718N/A--------------------------------------
3718N/A 1. From the top level of your installation directory, type the following command:
3718N/A (Unix, Linux) setup --cli (Windows) setup.bat --cli
3718N/A 2. Follow the prompts to provide the required installation information.
3718N/A
3718N/ASee Also
3718N/A--------
3718N/A * Installing the OpenDJ directory server
3718N/A (http://opendj.forgerock.org/doc/install-guide/index.html)
3718N/A * Installing OpenDJ with the QuickSetup Wizard
(http://opendj.forgerock.org/doc/install-guide/index/chap-install-gui.html)
* Installing OpenDJ from the Command Line
(http://opendj.forgerock.org/doc/install-guide/index/chap-install-cli.html)