5307N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5307N/A<html>
5307N/A<head>
5307N/A<title>How To Install Open DJ</title>
5307N/A<style type="text/css">
5307N/A<!--
5307N/Abody { font-family: Arial, Helvetica, sans-serif;
5307N/A font-size: 12px;
5307N/A color: #333; background-color: #fff; }
5307N/Ah1 { font-size: 2.0em; font-weight: normal;
5307N/A margin-top: 0em; margin-bottom: 0em; }
5307N/Ah2 { font-size: 1.7em; font-weight: normal;
5307N/A margin: 1.2em 0em .8em 0em;
5307N/A border-bottom: 1px #D9D9D9 solid; }
5307N/Ah3 { font-size: 1.4em; font-weight: bold;
5307N/A margin: 1.2em 0em .8em 0em; }
5307N/A
5307N/Aa:link {color:#069;text-decoration:none;}
5307N/Aa:visited {color:#069;text-decoration:none;}
5307N/Aa:active, a:hover {color:#069;text-decoration:underline;}
5307N/A
5307N/A-->
5307N/A</style>
5307N/A</head>
5307N/A
5307N/A<body>
5307N/A
5307N/A<img src="images/opends_logo.png" alt="OpenDJ logo" border="0" align=right>
5307N/A
5307N/A<br>
5307N/A
5307N/A<h2>How To Configure OpenDJ</h2>
5307N/A<p>If you are reading this page, you have already installed the OpenDJ package.
5307N/A
5307N/A<h3>Before You Configure</h3>
5307N/AA Java SE 6.0 (version 1.6.0_10) or higher runtime environment must be installed.
5307N/AIt is recommended that your system have at least 100MB of disk space and
5307N/A256MB of free memory to run OpenDJ for evaluation purposes. Note that
5307N/Ayou can configure OpenDJ in such a way that it requires substantially
5307N/Aless, or more, disk space. For more information, see the
5307N/A<a href="https://wikis.forgerock.org/confluence/display/OPENDJ/OpenDJ+Documentation">
5307N/A System Requirements section of the OpenDJ Installation Guide</a>.
5307N/A
5307N/A<h3>To Configure OpenDJ</h3>
5307N/A<ol>
5307N/A <li>As root, type the following command:
5307N/A <br>
5307N/A <span style="font-family: monospace; white-space: pre;">
5307N/A$BASEDIR/opendj/configure --instancePath {instancePath} [ --userName {userName} [ --groupName {groupName} ] ]
5307N/A </span>
5307N/A </li>
5307N/A <li>As {userName}, type the following command:
5307N/A <br>
5307N/A <span style="font-family: monospace; white-space: pre;">
5307N/A $BASEDIR/opendj/setup
5307N/A </span>
5307N/A </li>
5307N/A</ol>
5307N/A
5307N/A<h3>See Also</h3>
5307N/A<ul>
5307N/A <li><a href="https://wikis.forgerock.org/confluence/display/OPENDJ/OpenDJ+Installation+Guide">
5307N/A Installing OpenDJ</a>
5307N/A <br>
5307N/A </li>
5307N/A</ul>
5307N/A</body>
5307N/A</html>