install.html revision e75c2484bff064fbbf51e92aed4f37b08e6427b7
0N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1045N/A<html>
0N/A<head>
0N/A<title>How To Install Open DS</title>
0N/A<style type="text/css">
0N/A<!--
0N/Abody { font-family: Arial, Helvetica, sans-serif;
0N/A font-size: 12px;
0N/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;}
0N/A
0N/A-->
0N/A</style>
0N/A</head>
0N/A
0N/A<body>
0N/A
0N/A<img src="images/opends_logo.png" alt="OpenDS logo" border="0" align=right>
0N/A
0N/A<br>
0N/A
0N/A<h2>How To Configure OpenDS</h2>
0N/A<p>If you are reading this page, you have already installed the OpenDS package.
460N/A
460N/A<h3>Before You Configure</h3>
460N/AA Java SE 5.0 (version 1.5.0_08) or higher runtime environment must be installed.
0N/AIt is recommended that your system have at least 100MB of disk space and
0N/A256MB of free memory to run OpenDS for evaluation purposes. Note that
0N/Ayou can configure OpenDS in such a way that it requires substantially
0N/Aless, or more, disk space. For more information, see the
0N/A<a href="https://www.opends.org/wiki/page/OpenDSSystemRequirements">OpenDS System Requirements</a>.
0N/A
0N/A<h3>To Configure OpenDS</h3>
0N/A<ol>
0N/A <li>As root, type the following command:
0N/A <br>
0N/A <span style="font-family: monospace; white-space: pre;">
0N/A$BASEDIR/opends/configure --instancePath {instancePath} [ --userName {userName} [ --groupName {groupName} ] ]
0N/A </span>
886N/A </li>
0N/A <li>As {userName}, type the following command:
0N/A <br>
0N/A <span style="font-family: monospace; white-space: pre;">
0N/A $BASEDIR/opends/setup
0N/A </span>
0N/A </li>
0N/A</ol>
0N/A
0N/A<h3>See Also</h3>
0N/A<ul>
0N/A <li><a href="https://www.opends.org/wiki/page/InstallingTheOpenDSDirectoryServer">Installing the OpenDS Directory Server</a>
0N/A <br>
0N/A </li>
0N/A <li> <a href="https://www.opends.org/wiki/page/Setup">setup</a>
0N/A </li>
0N/A</ul>
0N/A</body>
0N/A</html>
0N/A