Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
export OPENDS_JAVA_HOME=/opt/opendj-java-runtime
cd /opt/opendj.0/bin
./dsjavaproperties
The operation was successful. The server commands will use the java arguments and java home specified in the properties file located in /opt/opendj.0/config/java.properties

Command Line Setup

Do everything as the user that will be running OpenDJ. In our tutorial we will use serveradmin,

Download OpenDJ

Code Block
wget http://download.forgerock.org/downloads/opendj/2.4.5/OpenDJ-2.4.5.zip

 

Start the Setup

Run the command line setup,

...