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
Starting Manticore Search
After preparing configuration file (see Quick tour), you can start searchd daemon:
$ systemctl start searchd
To enable Manticore at boot:
$ systemctl enable searchd