Skip to content

jesse-sge/sphinx-cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION:

Install Sphinx

REQUIREMENTS:

  • If you want to use with MySQL, depends on the “mysql” cookbook.

  • If you want to use with Postgres, depends on the “postgresql” cookbook.

ATTRIBUTES:

USAGE:

POSTGRESQL

To setup with postgresql support override the sphinx/configure_flags attribute.

Here is an example of how I do it in one of my cookbook attributes file:

include_attribute “sphinx::default”

set[:configure_flags] = [

"--with-pgsql",
"--without-mysql",
"#{sphinx[:use_stemmer] ? '--with-stemmer' : '--without-stemmer'}"

]

History

0.5 Added package install option 0.4 Updated Download URL for sphinx source

About

Chef cookbook for Sphinx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published