diff options
author | bt <bt@web> | 2024-01-15 10:39:27 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2024-01-15 10:39:27 -0500 |
commit | a7b29f69311a5ce8302c6a0a3ef2e531238fe0cb (patch) | |
tree | d7e11ce0224ad7b79afdc08b2606e8eda1b3e9e1 /ikiwiki/search.mdwn | |
parent | fc18e309b44ebc9fafca539d2bf8d76d2ac866e1 (diff) |
Diffstat (limited to 'ikiwiki/search.mdwn')
-rw-r--r-- | ikiwiki/search.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ikiwiki/search.mdwn b/ikiwiki/search.mdwn index 94be2b2..659eccd 100644 --- a/ikiwiki/search.mdwn +++ b/ikiwiki/search.mdwn @@ -6,14 +6,14 @@ You will need to install/enable `xapian-omega` in order to use the default ikiwi Once that is complete, edit your `foo.setup` file and update the `omega` path to: -``` -/usr/local/www/xapian-omega/cgi-bin/omega -``` + + /usr/local/www/xapian-omega/cgi-bin/omega + Then rebuild your ikiwiki: -``` -ikiwiki --setup foo.setup -``` + + ikiwiki --setup foo.setup + Now your web search should be working! |