install.html revision 88a06952085abf76b22a8eb5bfbec7bffd6840a3
0N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2362N/A<html>
0N/A<head>
0N/A<title>How To Install OpenDJ</title>
0N/A<style type="text/css">
0N/A<!--
2362N/Abody { font-family: Arial, Helvetica, sans-serif;
0N/A font-size: 12px;
2362N/A color: #333; background-color: #fff; }
0N/Ah1 { font-size: 2.0em; font-weight: normal;
0N/A margin-top: 0em; margin-bottom: 0em; }
0N/Ah2 { font-size: 1.7em; font-weight: normal;
0N/A margin: 1.2em 0em .8em 0em;
0N/A border-bottom: 1px #D9D9D9 solid; }
0N/Ah3 { font-size: 1.4em; font-weight: bold;
0N/A margin: 1.2em 0em .8em 0em; }
0N/A
0N/Aa:link {color:#069;text-decoration:none;}
0N/Aa:visited {color:#069;text-decoration:none;}
0N/Aa:active, a:hover {color:#069;text-decoration:underline;}
2362N/A
2362N/A-->
2362N/A</style>
0N/A</head>
0N/A
2157N/A<body>
2157N/A
2157N/A<img src="opendj_logo.png" alt="OpenDJ pictogram" border="0" align=right>
2157N/A
0N/A<br>
0N/A
0N/A<h2>How To Install OpenDJ</h2>
0N/A<p>If you are reading this page, you have already downloaded and unzipped
2157N/Aan OpenDJ build.
2157N/A<p>You can install OpenDJ in two modes:
0N/A<ul>
2157N/A <li><b>Graphical User Interface (GUI) mode</b>. The GUI mode uses
0N/AQuickSetup, a Java-based graphical tool that enables you to install and configure an
2157N/AOpenDJ directory server, load it with data and get it running in very little time.
2157N/A </li>
0N/A <li><b>Interactive Command-line mode</b>. The interactive command-line utility
prompts you for required information before the installation and configuration begin.
</li>
</ul>
<h3>Before You Install</h3>
A Java SE 6.0 (version 1.6.0_10) or higher runtime environment must be installed.
It is recommended that your system have at least 100MB of disk space and
256MB of free memory to run OpenDJ for evaluation purposes. Note that
you can configure OpenDJ in such a way that it requires substantially
less, or more, disk space. For more information, see the
<a href="http://opendj.forgerock.org/doc/release-notes/index/chap-before-you-install.html">OpenDJ System Requirements</a>.
<h3>To Install OpenDJ in GUI mode</h3>
You can run QuickSetup remotely via Java Web Start, or locally from within the
build that you have downloaded and unzipped.
<p>If you run QuickSetup remotely, it automatically downloads and
unzips the latest nightly build, and handles server configuration.
You can find the link to Launch QuickSetup via Java Web Start on <a class="external" href="http://www.forgerock.org/opendj.html">OpenDJ builds page</a>, click [Nightly Build].
</p>
<p>To run QuickSetup locally:
</p>
<ol>
<li>From the top level of your installation directory, type the following command:
<span style="font-family: monospace; white-space: pre;">
(Unix, Linux) setup
(Windows) setup.bat
</span>
</li>
<li>On Mac systems, double-click on the QuickSetup.app application to launch
QuickSetup directly from the Finder.<br><br>
</li>
<li>Answer the questions in the installation wizard.
</li>
</ol>
<h3>To Install OpenDJ in Command-Line Mode</h3>
<ol>
<li>From the top level of your installation directory, type the following command:
<br>
<span style="font-family: monospace; white-space: pre;">
(Unix, Linux) setup --cli
(Windows) setup.bat --cli
</span>
</li>
<li>Follow the prompts to provide the required installation information.
</li>
</ol>
<h3>See Also</h3>
<ul>
<li><a href="http://opendj.forgerock.org/doc/install-guide/index.html">Installing the OpenDJ directory server</a>
<br>
<li> <a href="http://opendj.forgerock.org/doc/install-guide/index/chap-install-gui.html">Installing OpenDJ with the QuickSetup Wizard</a>
<br>
</li>
<li> <a href="http://opendj.forgerock.org/doc/install-guide/index/chap-install-cli.html">Installing OpenDJ from the Command Line</a>
</li>
</ul>
</body>
</html>