Skip to content

Instantly share code, notes, and snippets.

@jorgecarleitao
Created March 21, 2015 09:29
Show Gist options
  • Save jorgecarleitao/ee5cede492dbe41be8a5 to your computer and use it in GitHub Desktop.
Save jorgecarleitao/ee5cede492dbe41be8a5 to your computer and use it in GitHub Desktop.
Installs Sphinx search on the machine. Useful for travis CI.
# 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