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