Author: pmacadden Date: 2010-03-09 18:55:36 +0100 (Tue, 09 Mar 2010) New Revision: 28441
Modified: plugins/dcSwishPlugin/trunk/README Log: README updated Modified: plugins/dcSwishPlugin/trunk/README =================================================================== --- plugins/dcSwishPlugin/trunk/README 2010-03-09 17:50:25 UTC (rev 28440) +++ plugins/dcSwishPlugin/trunk/README 2010-03-09 17:55:36 UTC (rev 28441) @@ -4,6 +4,23 @@ This plugin allows you to index files on the filesystem of the server and search by keywords. This can be done using a module provided by the plugin. +Requirements +------------ + +The following packages are required to use this plugin: + * swish-e + * swish-e-dev + * php5-dev + * catdoc + +On debian/ubuntu, these packages can be installed with apt-get: + + $ sudo apt-get install swish-e swish-e-dev php5-dev catdoc + +In addition, you must install the swish-beta pecl module: + + $ sudo pecl install swish-beta + Installation ------------ -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
