Starting and Stopping the Discovery Server

Discovery consists of three core processes:
1.) Web GUI
2.) Crawl Manager
3.) Workers

Each component is started with a start_xxxxxxx script located in the Discovery server's bin/ subfolder. The instructions below
assume you installed Discovery into /home/ubuntu/discovery - please amend the examples to suit your own environment.

Starting all services

To start the full stack execute the following three commands at the shell prompt:

/home/ubuntu/discovery/bin/start_web
/home/ubuntu/discovery/bin/start_crawl_manager
/home/ubuntu/discovery/bin/start_worker

Stopping all services

To stop the all running workers as well as the Web GUI and Crawl Manager execute the following commands:

/home/ubuntu/discovery/bin/stop_web
/home/ubuntu/discovery/bin/stop_crawl_manager
/home/ubuntu/discovery/bin/stop_worker