mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Fabio Pistolesi
12.52.2015 7e6e243cf513bec3486001a2ad2789d1bf2a8eee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>How To Install Open DJ</title>
<style type="text/css">
<!--
body                     { font-family: Arial, Helvetica, sans-serif;
                           font-size: 12px;
                           color: #333; background-color: #fff; }
h1                       { font-size: 2.0em; font-weight: normal;
                                 margin-top: 0em; margin-bottom: 0em; }
h2                       { font-size: 1.7em; font-weight: normal;
                           margin: 1.2em 0em .8em 0em;
                                 border-bottom: 1px #D9D9D9 solid; }
h3                       { font-size: 1.4em; font-weight: bold;
                           margin: 1.2em 0em .8em 0em; }
 
a:link                  {color:#069;text-decoration:none;}
a:visited               {color:#069;text-decoration:none;}
a:active, a:hover       {color:#069;text-decoration:underline;}
 
-->
</style>
</head>
 
<body>
 
<img src="images/opends_logo.png" alt="OpenDJ logo" border="0" align=right>
 
<br>
 
<h2>How To Configure OpenDJ</h2>
<p>If you are reading this page, you have already installed the OpenDJ package.
 
<h3>Before You Configure</h3>
A Java SE 7.0 or higher runtime environment must be installed.
It is recommended that your system have at least 100MB of disk space and
256MB of free memory to run OpenDJ for evaluation purposes. Note that
you can configure OpenDJ in such a way that it requires substantially
less, or more, disk space. For more information, see the
<a href="https://wikis.forgerock.org/confluence/display/OPENDJ/OpenDJ+Documentation">
    System Requirements section of the OpenDJ Installation Guide</a>.
 
<h3>To Configure OpenDJ</h3>
<ol>
  <li>As root, type the following command:
  <br>
  <span style="font-family: monospace; white-space: pre;">
$BASEDIR/opendj/configure --instancePath {instancePath} [ --userName {userName} [ --groupName {groupName} ] ]
  </span>
  </li>
  <li>As {userName}, type the following command:
  <br>
  <span style="font-family: monospace; white-space: pre;">
     $BASEDIR/opendj/setup
  </span>
  </li>
</ol>
 
<h3>See Also</h3>
<ul>
  <li><a href="https://wikis.forgerock.org/confluence/display/OPENDJ/OpenDJ+Installation+Guide">
          Installing OpenDJ</a>
  <br>
  </li>
</ul>
</body>
</html>