INSTALL 473 B

123456789101112131415
  1. INSTALL
  2. On Debian Lenny
  3. Base install
  4. apt-get install php5-xapian
  5. (you need version 1.x of Xapian here - check xapian.org for older Deb/Ub)
  6. two bugs:
  7. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493944
  8. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493941
  9. on dokeos root:
  10. mkdir xapiandb
  11. chmod 777 xapiandb (or equivalent)
  12. Useful xapian development tools
  13. apt-get install xapian-doc xapian-tools
  14. (See delve command)