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