1. To launch the server as a foreground process, open the terminal and enter bin/start-server with the --nodetach option.
    $ bin/start-server --nodetach
  2. 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.