1=== Requirements ===
2
31. Sphinx Search (http://www.sphinxsearch.com/downloads.html)
4
52. PHP5 with SQLite extension (it is enabled by default as of PHP 5)
6
7
8=== Installation ===
9
101. Unpack plugin files into lib/plugins directory of your DokuWiki installation.
11
122. Run Sphinx Search indexer to index your DokuWiki data for the first time:
13        $cd {Your_DokuWiki_Path}/lib/plugins/sphinxsearch/
14	$indexer -c sphinx.conf dk_main
15
163. After indexer completes it's job, run searchd, e.g.:
17        $cd {Your_DokuWiki_Path}/lib/plugins/sphinxsearch/
18	$searchd -c sphinx.conf
19By default plugin is using 9312 as the searchd port, so make sure this
20port is free (if you have sphinx on other port, see #5).
21
224. To have your search results up-to-date, setup cronjob to
23periodically re-index your DokuWiki data, e.g.:
24    1 10 * * * root {Your_DokuWiki_Path}/lib/plugin/sphinxsearch/indexer.php
25
265. You can fine-tune the search behavior by editing the configuration
27files conf/default.php and sphinx.conf.
28
29
30=== Support ===
31
32Ivinco Ltd. is actively providing support for users of this plugin.
33Contact us at www.ivinco.com.
34See the latest plugin info on this page:
35http://www.ivinco.com/software/dokuwiki-sphinx-search-plugin/
36