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