Skip to content

Instantly share code, notes, and snippets.

@michaellouieloria
Last active August 29, 2015 14:10
Show Gist options
  • Save michaellouieloria/c5427ea24d2dd5c0ef71 to your computer and use it in GitHub Desktop.
Save michaellouieloria/c5427ea24d2dd5c0ef71 to your computer and use it in GitHub Desktop.
Sphinx in Ubuntu
sudo apt-get install libmysqlclient-dev
sudo apt-get install libsphinxclient-dev
Get the tar
Configure the source code: ./configure –prefix=/usr/local
Run: make
Run: sudo make install
sudo pear install pecl/sphinx
https://gist.github.com/fideloper/3824335
http://sphinxsearch.com/docs/current.html#quick-tour
http://blog.hemantthorat.com/install-sphinx-on-ubuntu/#sthash.f83QuA8s.ExkaT8ua.dpbs
http://www.sphinxconsultant.com/sphinx-search-delta-indexing/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment