This is a custom Homebrew tap for Manticore Search.
Manticore Search is also available in the official homebrew-core channel.
Please note that this tap compile Manticore and don't use bottle. It will install dependencies required for compiling.
To add the custom tap:
$ brew tap manticoresoftware/tap
$ brew install manticoresearch
To start as service:
$ brew services start manticoresearch
The configuration is located at /usr/local/etc/manticore/sphinx.conf
Additional dependencies for indexing are mysql
, libpq
and icu4c
.
Please note that the replication feature is not available on MacOS.
This tap was created using the Homebrew documentation on How to Create and Maintain a tap.
You can find additional information in the Homebrew project README.