Last active
August 29, 2015 14:10
-
-
Save michaellouieloria/c5427ea24d2dd5c0ef71 to your computer and use it in GitHub Desktop.
Sphinx in Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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