Use the terminal to run the PingDirectory service as a foreground process.
-
To launch the Directory Server as a foreground process, open the
terminal and enter bin/start-server with the --nodetach
option.
$ bin/start-server --nodetach
-
To stop the Directory Server:
- Press CNTRL+C in the terminal window where the server is running.
- Run the bin/stop-server command from another terminal window.