Installing Manticore Search from Manticore yum repository

author image

Install Manticore yum repository by running as the root user or with sudo the following command:

$ yum install http://repo.manticoresearch.com/manticore-repo.noarch.rpm

Install Manticore Search by running:

$ yum install manticore

Install Manticore Search using downloaded rpm packages

Download RedHat RPM from Manticore website and install it:

$ 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

After preparing configuration file (see Quick tour ), you can start searchd daemon:

$ systemctl start searchd

To enable Manticore at boot:

$ systemctl enable searchd

Go from zero to Manticore in seconds

Install Manticore Search in one command on Linux or macOS:

curl https://manticoresearch.com | sh

For advanced installation options, see the full installation guide and the manual .