作为根用户或使用 sudo 运行以下命令以安装 Manticore yum 存储库:
$ yum install http://repo.manticoresearch.com/manticore-repo.noarch.rpm
通过运行以下命令安装 Manticore Search:
$ yum install manticore
使用下载的 rpm 包安装 Manticore Search
从 Manticore 网站下载 RedHat RPM 并安装:
$ wget https://github.com/manticoresoftware/manticore/releases/download/2.4.1/manticore-2.4.1-171017-3b31a97-release-stemmer-rhel7-bin.rpm
$ rpm -Uhv manticore-2.4.1-171017-3b31a97-release-stemmer-rhel7-bin.rpm
启动 Manticore Search
在准备好配置文件后(请参阅 快速导览 ),您可以启动 searchd 守护进程:
$ systemctl start searchd
在启动时启用 Manticore:
$ systemctl enable searchd