(10-11-2011, 01:13 PM)steinm Wrote:Thanks for that(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

one silly question about pear install of the core and lucene modules .. how do i do that?? is there a how to and some instruction you can point me to or if its not to much trouble can you explain briefly



ok ok i, might of figured it out
copied the .tgz file to the server then executed the command
Quote:[root@XXXXXXX html]# pear install LetoDMS_Core-3.2.0.tgz
install ok: channel://pear.php.net/LetoDMS_Core-3.2.0
is this correct???