cookbook 'sphinx', '= 0.3.0'
sphinx (15) Versions 0.3.0 Follow21
Installs/Configures sphinx search engine.
cookbook 'sphinx', '= 0.3.0', :supermarket
knife supermarket install sphinx
knife supermarket download sphinx
= DESCRIPTION:
Install Sphinx
= REQUIREMENTS:
= 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[:sphinx][:configure_flags] = [
"--with-pgsql",
"--without-mysql",
"#{sphinx[:use_stemmer] ? '--with-stemmer' : '--without-stemmer'}"
]
Dependent cookbooks
mysql >= 0.0.0 |
build-essential >= 0.0.0 |
postgresql >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.