(10-11-2011, 06:51 AM)caos Wrote: my question may be more to do with zendframework itself but for the full text search to work properly do i have to create a zend project folder within my htmlroot folder (/var/www/html/) for example docs (/var/www/html/docs/) <and then place letodms in the 'public' folder or can i just install leto in the html root ???
You don't need any zend project folder. It just has to be installed so php can find it, which
is most likely the case, if you just installed it. I suppose the zendframework is somewhere
under /usr/share/php which is fine.
Put letodms into /var/www/html or create a subfolder. It doesn't matter. It just affects the url
you have to type into your browser. I suppose if you put it into /var/www/html, then your url
is
http://localhost/.
Now that you have a linux system, you could also install the LetoDMS_Core, LetoDMS_Lucene
packages with 'pear install', if you don't mind to install them straight into /usr/share/php. It's also
ok to put them into your http root for now and set the path in the configuration file of letodms.
Uwe