Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml,v diff -u -N -r1.29.14.3 -r1.29.14.4 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml 21 Apr 2017 15:07:53 -0000 1.29.14.3 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml 22 Apr 2017 17:18:48 -0000 1.29.14.4 @@ -497,7 +497,7 @@ installation 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 tseach2 module form PostgreSQL + AOLserver. You will need the tsearch2 module form PostgreSQL contrib. This is included with the PostgreSQL full source distribution. It is also available with the PostgreSQL contrib package provided by most distribution packages. On debian it is @@ -783,7 +783,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 @@ -852,7 +852,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 file, remove the # at the beginning of the line.) + 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 file, remove the # at the beginning of the line.) #ns_param nsfts ${bindir}/nsfts.so @@ -1008,7 +1008,7 @@ This AOLserver module is required if you want people to connect to your site via https. These commands compile nsopenssl and install it, - along with a tcl helper script to handle https connections. + along with a Tcl helper script to handle https connections. You will also need ssl certificates. Because those should be different for each server service, you won't need those instructions until