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