Created
March 21, 2015 09:29
-
-
Save jorgecarleitao/ee5cede492dbe41be8a5 to your computer and use it in GitHub Desktop.
Installs Sphinx search on the machine. Useful for travis CI.
This file contains hidden or 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
# usage: `bash -c "$(curl -fsSL <gist_url>)" <version> | |
VERSION=$0 | |
wget http://sphinxsearch.com/files/sphinx-$VERSION-release.tar.gz | |
tar -xf sphinx-$VERSION-release.tar.gz | |
cd sphinx-$VERSION-release | |
./configure --with-pgsql | |
make | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment