1) Open Terminal and first become root user:
sudo su
2) Now we need to download the package sphinxsearch 2.0.5 from the Sphinx Search site.
wget http://sphinxsearch.com/files/sphinxsearch_2.0.5-release-0ubuntu11~precise2_amd64.deb
3) Sphinx Search 2.0.5 requires a dependency package called libpq5 that you might not have yet on your server so run the following to install the deb package:
# install dependency
apt-get install libpq5
# install deb package
dpkg -i sphinxsearch_2.0.5-release-0ubuntu11~precise2_amd64.deb...
Saturday, 26 January 2013
07:44
No comments
Sphinx
is a free software search engine designed with indexing database
content in mind. By design, Sphinx databases can be gracefully
integrated with SQL databases.
Sphinx can be used via one of the following ways:
as a stand-alone server (just like other DBMS's);
it can communicate with other DBMS's:
using native protocols of MySQL, MariaDB and PostgreSQL;
using ODBC with ODBC-compliant DBMS's;
using a Storage Engine for MySQL and its forks, called SphinxSE. MariaDB is distributed with that Storage Engine.
If Sphinx is executed as...
Subscribe to:
Posts (Atom)