Page 1 of 1

Logicaldoc on Centos 5

Posted: Wed Mar 16, 2011 9:03 am
by hansiong
Hi all, is there any tutorial guide to setup logicaldoc on centos?

So far i found only windows and ubuntu setup guide.
I tried to setup logicaldoc 6.0.2 on my windows xp pc and found it actually a good dms with webdav support.
I hope any1 can provide me the setup guide for centos as mostly server running on centos OS~

Thanks :D

Re: Logicaldoc on Centos 5

Posted: Wed Mar 16, 2011 9:51 am
by agaspa
You should start with the Installation Guide on the help site of logicaldoc

http://help.logicaldoc.com/en/installation.html

keep in mind that the installation is written for the commercial editions of LD so for the Community Edition things are a bit differents

Re: Logicaldoc on Centos 5

Posted: Thu Aug 09, 2012 8:26 am
by agaspa
Here is a couple of documents about the installation of LogicalDOC 6.2 on CentOS 5.x,
you can find them below in attachments section.

Also on the logicaldoc documentation site there is a guide for the installation on Linux from command-line (useful for LD Enterprise)
http://docs.logicaldoc.com/en/installat ... -line.html

And a brief guide related to the installation of thirdy party software
http://docs.logicaldoc.com/en/installat ... tware.html
(the most important one is SWFTools that is used to generate preview of the PDF documents, also ImageMagick and GhostScript can be useful)

Re: Logicaldoc on Centos 5

Posted: Mon Aug 13, 2012 8:28 am
by chaosky
hi Agaspa,

There is a manual on how to install swftools, but it seems the step is no longer the same with the latest version of logicaldoc (6.5).
Could you be kindly to provide us the manual on how to install the swftools, ImageMagick and GhostScript...?

Thanks,

Re: Logicaldoc on Centos 5

Posted: Mon Aug 13, 2012 2:29 pm
by agaspa
The Updated SWFtool installation guide is here:
http://docs.logicaldoc.com/en/installat ... e/194.html

iN aLTERNATIVE:
install swftools
wget http://www.swftools.org/swftools-0.9.1.tar.gz
tar -zxvf swftools-0.9.1.tar.gz
sudo yum install gcc* automake zlib-devel libjpeg-devel giflib-devel freetype-devel -y
cd swftools-0.9.1
./configure && make && sudo make install
cd ..

Once you have SWF Tools installed set the swftools.path property(in file conf/context.properties) to the path of the SWF Tools distribution:
swftools.path=/usr/local/bin

install ImageMagick
sudo yum install ImageMagick
which convert #will tell you where it is.

Once you have ImageMagick installed set the command.convert property(in file conf/context.properties) to the path of the convert executable:

command.convert=/usr/bin/convert