Introduction ============ This recipe generates a new server setup for Sphinx, and allow to have multiple Sphinx servers running in the same machine. This does not compile new Sphinx Software. Example ======= You can use it with a part like this:: [default-server] recipe = erp5.recipe.sphinxserver sphinx_software_bin = /usr/bin sphinx_bin_directory = ${buildout:bin-directory} sphinx_data_directory = ${buildout:directory}/var/sphinx sphinx_conf_file = ${buildout:etc-directory}/sphinx.conf Options ======= sphinx_software_bin Where the Orginal Software Binaries are installed, like /usr/bin when they are provided by Linux Packages. sphinx_bin_directory Where the Executable Wrapper scripts like searched will be created. sphinx_data_directory Where the Sphinx data will be kept. sphinx_conf_file Define the configuration file path generated and used by the server. sphinx_conf_template (optional) Optional own template which will be used to generate sphinx.conf file.