INSTALL 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 searchdb
  11. chmod 777 searchdb (or equivalent)
  12. Useful xapian development tools
  13. apt-get install xapian-doc xapian-tools
  14. (See delve command)
  15. On Ubuntu 8.10
  16. DOKEOS 1.8.5 + XAPIAN in Ubuntu 8.10
  17. 1. Execute dokeos_main_corp.sql
  18. 2. Go to main/admin/settings.php?category=Tools and add the search params
  19. Full-text search feature
  20. 3. Add specific fields in main/admin/specific_fields.php
  21. 4. Add specific search field i.e. Author, Body part, Technology, Topic
  22. 5. Install php5 + xapian
  23. apt-get install php5-xapian
  24. 6. Install
  25. sudo apt-get install imagemagick
  26. sudo apt-get install php5-imagick
  27. 7. On Dokeos root
  28. mkdir searchdb
  29. chmod 777 searchdb
  30. 8. Useful xapian development tools
  31. apt-get install xapian-doc xapian-tools
  32. 9. Restart Apache
  33. 10. Create a course and 2 LP for testing
  34. 11. Edit the LPs created and add/edit the specific fields (i.e. Author, Body part, Technology, Topic)