| - <http://code.google.com/p/djapian/wiki/Installin | | - <http://code.google.com/p/djapian/wiki/Installin |
| gXapian> | | gXapian> |
| | | |
| | | |
| ## Djapian | | ## Djapian |
| | | |
n | SCT uses a slightly modified version of djapian .. | n | Download the latest version of djapian from <http: |
| use the following command to get it from the repo | | //code.google.com/p/djapian/> (known revision to w |
| sitory:
| | ork: 106)
|
| | | |
n | svn co http://yourhell.com/svn/root/django/com | n | svn co svn checkout http://djapian.googlecode. |
| munitytools_vendor/
| | com/svn/trunk/ djapian-read-only
|
| | | |
t | afterwards add communitytools_vendor/vendor/djapia | t | afterwards read the djapian documentation on how t |
| n/src/djapian to your PYTHONPATH (either by symlin | | o install it - you will need to make sure it is in |
| king it into site-packages or defining the system | | your PYTHON_PATH.
|
| property PYTHONPATH or modifying your settings_loc | | |
| al.py
| | |
| | | |
| | | |
| Now add djapian to your INSTALLED_APPS and run ./m | | Now add djapian to your INSTALLED_APPS and run ./m |
| anage.py syncdb - this should create the Change mo | | anage.py syncdb - this should create the Change mo |
| del from djapian. | | del from djapian. |
| | | |
| **Daemon**: for indexing to work correctly you hav | | **Daemon**: for indexing to work correctly you hav |
| e to setup the daemon - see <http://code.google.co | | e to setup the daemon - see <http://code.google.co |
| m/p/djapian/wiki/Architecture> | | m/p/djapian/wiki/Architecture> |