switched back to whoosh with haystack
[ebuildfind.git] / README
blobb3e5ce37786cfb615aa9a2e2e1156bd4bb759916
1 Dependencies
2 ------------
4  - haystack
5  - whoosh
6  - feedcache
7  - feedparser
8  - Django 1.0.2
9  - a database
11 Setting up haystack search
12 --------------------------
14  * install haystack from http://github.com/toastdriven/django-haystack/tree/master
15  * install whoosh with easy_install Whoosh
16  * Add haystack to your INSTALLED_APPS
17  * then refer to the documentation 
18 http://haystacksearch.org/docs/tutorial.html#modify-your-settings-py
20 Setting up ebuildfind
21 ---------------------
23  * Setup haystack with whoosh
24  * run: layman -c ebuildfind/commands/mylayman.cfg -a ALL
25  * run: python manage.py reindex ebuildfind
27 further updates
28 ---------------
30  * run: layman -c ebuildfind/commands/mylayman.cfg -s ALL
31  * run: python manage.py reindex ebuildfind