Index: openacs-4/packages/acs-core-docs/www/install-full-text-search-openfts.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-full-text-search-openfts.adp,v diff -u -r1.1.2.13 -r1.1.2.14 --- openacs-4/packages/acs-core-docs/www/install-full-text-search-openfts.adp 6 Jan 2017 09:18:41 -0000 1.1.2.13 +++ openacs-4/packages/acs-core-docs/www/install-full-text-search-openfts.adp 2 Jun 2017 11:12:57 -0000 1.1.2.14 @@ -24,7 +24,7 @@ with an automated install process using the tsearch2-driver package.

-Install OpenFTS module

If you want full text search, and you are running PostgreSQL, +Install OpenFTS module

If you want full text search, and you are running PostgreSQL, install this module to support FTS. Do this step after you have installed both PostgreSQL and AOLserver. You will need the openfts tarball in @@ -84,7 +84,7 @@ cd /usr/local/src/Search-OpenFTS-tcl-0.3.2/ ./configure --with-aolserver-src=/usr/local/src/aolserver/aolserver --with-tcl=/usr/lib/ make -cd aolserver +cd AOLserver make cp nsfts.so /usr/local/aolserver/bin @@ -119,7 +119,7 @@

Install OpenFTS prerequisites in -PostgreSQL instance

If you are installing Full Text Search, add required packages to +PostgreSQL instance

If you are installing Full Text Search, add required packages to the new database. (In order for full text search to work, you must also install the PostgreSQL OpenFTS module and prerequisites.)

@@ -146,7 +146,7 @@
 

Enable OpenFTS in config.tcl

If you have installed OpenFTS, you can enable it -for this service. Uncomment this line from config.tcl. (To uncomment a line in a tcl +for this service. Uncomment this line from config.tcl. (To uncomment a line in a Tcl file, remove the # at the beginning of the line.)

 #ns_param   nsfts           ${bindir}/nsfts.so