Talk:Installation Guide

From DocMGR

Jump to: navigation, search

What are the required PHP5 Modules that need to be installed?

Contents

[edit] integration tsearch2 in postgreSQL

to intergrate tsearch2 installing postgresql-contrib-8.2 package will suffice

[edit] Current XPDF packages

Note that current XPDF packages no longer include pdftotext et al. You need to install the optional poppler package to gain that support.

[edit] URL indexing

Note that when using reindex.php, the indexer will timeout on URLs that have become unavailable. To correct this, change /config/app-config.php -- the line

define("APP_WGET","wget -O");

becomes

define("APP_WGET","wget --timeout=60 -O");

[edit] tsearch2 and Postgresql 8.3

First off, tsearch2 is integrated into postgresql 8.3, so there's no other package that needs to be installed.

The docmgr-tsearch2.sql script needs to be hacked up so that the first BEGIN/END; pair and everything in-between is deleted.

I think the "default" tsearch2 configuration isn't there (at least, ummm...by default). Edit your /scripts/config/config.php to change define("TSEARCH2_PROFILE","default"); to define("TSEARCH2_PROFILE","english");