LetoDMS Community Forum
how to install letodms in linux - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9)
+--- Thread: how to install letodms in linux (/showthread.php?tid=462)

Pages: 1 2 3 4 5 6


RE: how to install letodms in linux - EricM - 03-23-2012

In settings.xml, please set coreDir="/var/www/html/letodms/LetoDMS_Core/" Please be sure to include the trailing slash.

Just out of curiosity, assuming you get it working, what would you use LetoDMS for?

(03-23-2012, 11:57 AM)sappu Wrote:
Code:
[root@linuxpc ~]# cd /var/www/html/letodms/
[root@linuxpc letodms]# ls
adodb                    inc                       op
adodb515.tgz             index.php                 out
CHANGELOG                install                   package.xml
CHANGELOG-1.8.1          js                        README
conf                     languages                 README.Notification
content                  LetoDMS_Core              reset_db.sql
core                     LetoDMS_Core-3.2.0.tgz    styles
data                     LetoDMS_Lucene            TODO
debian                   LetoDMS_Lucene-1.0.1.tgz  utils
delete_all_contents.sql  LICENSE                   webdav
drop-tables-innodb.sql   Makefile
[root@linuxpc letodms]# cd core
[root@linuxpc core]# ll
total 0
[root@linuxpc core]# cd ..
[root@linuxpc letodms]# cd LetoDMS_Core
[root@linuxpc LetoDMS_Core]# ls
Core  Core.php  tests
[root@linuxpc LetoDMS_Core]# ll
total 12
drwxr-xr-x 2 root root 4096 Mar 21 14:46 Core
-rw-r--r-- 1 1000 1000 1767 Sep 12  2011 Core.php
drwxr-xr-x 2 root root 4096 Mar 21 14:46 tests



in setting.xml i found core path is empty..
Code:
*********************************************************
<!-- coreDir: Path to LetoDMS_Core (optional)
       - luceneClassDir: Path to LetoDMS_Lucene (optional)
       - contentOffsetDir: To work around limitations in the underlying file system, a new
       -                   directory structure has been devised that exists within the content
       -                   directory ($_contentDir). This requires a base directory from which
       -                   to begin. Usually leave this to the default setting, 1048576, but can
       -                   be any number or string that does not already exist within $_contentDir.
       - maxDirID: Maximum number of sub-directories per parent directory. Default: 0, use 31998 (maximum number of dirs in ext3) for a multi level content directory.
       - updateNotifyTime: users are notified about document-changes that took place within the last "updateNotifyTime" seconds
    -->
    <server
      coreDir = ""
      luceneClassDir = ""
      contentOffsetDir = "1048576"
      maxDirID = "0"
      updateNotifyTime = "86400"
    >
    </server>

  </advanced>




RE: how to install letodms in linux - sappu - 03-24-2012

i set core dir but still iam gettign error

Error
Core letoDMS directory : Not found
=> Current value : /var/www/html/letodms/LetoDms_Core/
=> Suggestion value : /var/www/html/letodms/
\

i rename LetoDms_Core to letoDMS then typed path in installer....then it work but only blank browser shows .......
nothing display in browser.

in ENABLE_INSTALL_TOOL file nothing is edited ...




RE: how to install letodms in linux - EricM - 03-25-2012


Which version of LetoDMS are you using? I see LetoDMS_Core-3.2.0.tgz in your directory listing. Are you using the same versions for Core and Leto?



(03-24-2012, 04:02 PM)sappu Wrote: i set core dir but still iam gettign error

Error
Core letoDMS directory : Not found
=> Current value : /var/www/html/letodms/LetoDms_Core/
=> Suggestion value : /var/www/html/letodms/
\

i rename LetoDms_Core to letoDMS then typed path in installer....then it work but only blank browser shows .......
nothing display in browser.

in ENABLE_INSTALL_TOOL file nothing is edited ...




RE: how to install letodms in linux - sappu - 03-26-2012

version 3.3


RE: how to install letodms in linux - sappu - 03-26-2012

i downloaded and now using same version...
but still issue reside...if i rename core dir to letoDMS it show just a page over written letodms installaiton for version 3.3.0 (blank page)



RE: how to install letodms in linux - EricM - 03-26-2012

Do you have any files named "error_log" anywhere? These are generated when errors occur, and might give a clue what is failing and why.

One simple way to search from Linux prompt:
Code:
[root@linuxpc ~]# find /var/www/html/letodms/ -name error_log


(03-26-2012, 05:14 PM)sappu Wrote: i downloaded and now using same version...
but still issue reside...if i rename core dir to letoDMS it show just a page over written letodms installaiton for version 3.3.0 (blank page)




RE: how to install letodms in linux - sappu - 03-27-2012

no output
locate error_log
/root/Desktop/php-5.3.10/tests/security/open_basedir_error_log.phpt
/root/Desktop/php-5.3.10/tests/security/open_basedir_error_log_variation.phpt
/usr/share/doc/cups-1.3.7/help/ref-error_log.html
/usr/share/pear/Log/error_log.php
/usr/share/pear/doc/Log/examples/error_log.php
/usr/share/pear/test/Log/tests/error_log.phpt
/var/log/cups/error_log
/var/log/cups/error_log.1
/var/log/cups/error_log.2
/var/log/cups/error_log.3
/var/log/cups/error_log.4
/var/log/httpd/error_log
/var/log/httpd/error_log.1
/var/log/httpd/error_log.2
/var/log/httpd/error_log.3
/var/log/httpd/error_log.4
/var/log/httpd/ssl_error_log
/var/log/httpd/ssl_error_log.1
/var/log/httpd/ssl_error_log.2
/var/log/httpd/ssl_error_log.3
/var/log/httpd/ssl_error_log.4



RE: how to install letodms in linux - EricM - 03-27-2012

sappu,

You had a directory with the name LetoDMS_Core, as can be seen in post #21, directory listing repeated here:
Code:
[root@linuxpc ~]# cd /var/www/html/letodms/
[root@linuxpc letodms]# ls
adodb                    inc                       op
adodb515.tgz             index.php                 out
CHANGELOG                install                   package.xml
CHANGELOG-1.8.1          js                        README
conf                     languages                 README.Notification
content                  LetoDMS_Core              reset_db.sql
core                     LetoDMS_Core-3.2.0.tgz    styles
data                     LetoDMS_Lucene            TODO
debian                   LetoDMS_Lucene-1.0.1.tgz  utils
delete_all_contents.sql  LICENSE                   webdav
drop-tables-innodb.sql   Makefile

At that time, coreDir value in settings.xml was "/var/www/html/letodms/LetoDms_Core/", from post #22, copied here:
Code:
Error
Core letoDMS directory : Not found
=> Current value : /var/www/html/letodms/LetoDms_Core/
=> Suggestion value : /var/www/html/letodms/

Linux is case-sensitive. Note the difference: LetoDMS_Core vs. LetoDms_Core.

Please make sure the coreDir setting in settings.xml matches exactly. I guess you have renamed LetoDMS_Core to letoDMS? I recommend changing it back to LetoDMS_Core, and then setting the core dir with matching case.






RE: how to install letodms in linux - sappu - 03-28-2012

i corrected it then also no effect....


RE: how to install letodms in linux - fgclaramonte - 03-29-2012

Hi,
If you use Debian or Ubuntu you can install letodms with the command:

# apt-get install letodms

By now version 3.2.2 will be installed. It is the last stable version
packaged for Debian.
(Now I am working with 3.3.3. I hope to release this version soon)