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:
sc.exe start Manticore
sc.exe stop Manticore
If you don’t install Manticore as Windows service, you can start it from the command line:
.\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:
brew services start manticoresearch
To stop Manticore run the following command:
brew services stop manticoresearch
Creating a table
当前内容版权归 manticoresoftware 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 manticoresoftware .