Page tree

Versions Compared

Key

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

...

Log off and log back on to wipe out the temporary environment variable.

Note
Ok this is stupid, they wipe file after install so I have to put it back in after... so maybe just use the environment variable and then turn around and modify the file after.

 

Command Line Setup

Run the command line setup,

...

Code Block
languagebash
cd /opt/opendj.0/bin
./start-ds

cd /opt/opendj.0/bin
bin./stop-ds

# I think this is verbose mode but not finding docs on it
./start-ds -s

...