Sphinx - установка на CentOS 7

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Версия от 14:48, 6 мая 2020; Admin iph (обсуждение | вклад) (Новая страница: «=== Sphinx - установка на CentOS 7 === Установка: # yum install -y postgresql-libs unixODBC # cd /tmp # wget http://sphinxsearch.com/files…»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к:навигация, поиск

Sphinx - установка на CentOS 7

Установка:

# yum install -y postgresql-libs unixODBC
# cd /tmp
# wget http://sphinxsearch.com/files/sphinx-2.2.11-1.rhel7.x86_64.rpm
# yum install -y sphinx-2.2.11-1.rhel7.x86_64.rpm


Конфиг:

/etc/sphinx/sphinx.conf


Запуск и статус:

# systemctl start searchd
# systemctl status searchd