http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10486
--- Comment #44 from Jesse Weaver <[email protected]> --- These are some notes cait put together after we got pazpar2 working on her machine, which might be useful for any testers (note, all of these should be done after applying the patches): Setting up Pazpar2 in Debian ============================ # Add indexdata repository sudo vi /etc/apt/sources.list.d/indexdata.list deb http://ftp.indexdata.dk/debian wheezy main deb-src http://ftp.indexdata.dk/debian wheezy main wget http://ftp.indexdata.dk/debian/indexdata.asc sudo apt-key add indexdata.asc sudo apt-get update # Install pazpar2 sudo apt-get install pazpar2 Set up Pazpar2 ============== If you enabled pazpar2 before, just run update_zebra_conf. Otherwise, you can either: * Rerun perl Makefile.PL (saying yes to the Pazpar2 questions); make; make install * Or, just copy the etc/pazpar2 directory from your git clone to your Koha install directory (koha-dev/etc) and fix all of the __UPPERCASE_PLACEHOLDERS__. Either way, use the defaults (host localhost, port 11002). Reconfigure Apache for Pazpar2 ============================== # Add proxy in OPAC koha-httpd.conf <Proxy *> AddDefaultCharset off Order deny,allow Allow from all </Proxy> Change the DirectoryMatch lines, removing `xslt`: <DirectoryMatch "/home/katrin/kohaclone/koha-tmpl/.*/(modules|includes)"> # Restart apache sudo service apache2 restart # Start Pazpar2 (may be at different path) /usr/sbin/pazpar2 -f koha-dev/etc/pazpar2/pazpar2.xml # If you get a message about <index>, you did not install the new configuration files. Testing ======= # Add external search target in Administration GUI SWB: z3950n.bsz-bw.de:20210/swb LOC: lx2.loc.gov:210/LCDB # Activate system preferences # Run a search on the OPAC -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
