Starting Manticore in Windows

On Windows if you want Manticore to start at boot, install Manticore as Windows Service.

Manticore can be started and stopped from the Control Panel or from the command line:

  1. sc.exe start Manticore
  1. sc.exe stop Manticore

If you don’t install Manticore as Windows service, you can start it from the command line:

  1. .\bin\searchd -c manticore.conf

Starting Manticore in MacOS

Starting Manticore via HomeBrew package manager

If Manticore is installed using HomeBrew, you can run it as a Brew service.

To start Manticore run the following command:

  1. brew services start manticoresearch

To stop Manticore run the following command:

  1. brew services stop manticoresearch

Creating a table