Sphinx - установка на CentOS 7: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: «=== Sphinx - установка на CentOS 7 === Установка: # yum install -y postgresql-libs unixODBC # cd /tmp # wget http://sphinxsearch.com/files…»)
 
(нет различий)

Текущая версия на 14:48, 6 мая 2020

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