manual/chinese/Installation/MacOS.md
brew install manticoresoftware/tap/manticoresearch manticoresoftware/tap/manticore-extra
将 Manticore 作为 brew 服务启动:
brew services start manticoresearch
Manticore 的默认配置文件位于以下路径之一:/usr/local/etc/manticoresearch/manticore.conf 或 /opt/homebrew/etc/manticoresearch/manticore.conf。
如果您计划使用 indexer 从 MySQL、PostgreSQL 或其他数据库等数据源获取数据,使用 ODBC 时可能需要额外的库,例如 [email protected]、libpq 和 unixodbc。
如果您更喜欢 "Nightly"(开发)版本,请执行:
brew tap manticoresoftware/tap-dev
brew install manticoresoftware/tap-dev/manticore-dev
brew services start manticore-dev