Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

zero-archive/sphinx-config-combinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Sphinx Config Combinator

Script that combine multiple config files into one for Sphinx Search engine

Install

  • Create directory for your config files beside your sphinx.conf
$ mkdir /etc/sphinxsearch/conf.d
  • Separate your sphinx.conf to files like a 100-source, 200-indexer and place it under conf.d directory

  • Replace you original sphinx.conf with sphinx.conf from this repository and make it executable with

$ chmod +x /etc/sphinxsearch/sphinx.conf
  • Test it and you'll see combined config
$ bash /etc/sphinxsearch/sphinx.conf
  • Now you can restart your searchd

License

Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php

About

Script that combine multiple config files into one for Sphinx Search engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages