Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to install letodms in linux
#11
no...in root dir of letodms i have only core directory..and core dir is empty...i didnot found core.php in letodms
..what to do next
i searched and found..

#locate Core.php

/var/www/html/ZendFramework-1.11.11-minimal/library/Zend/Cache/Core.php
/var/www/html/ZendFramework-1.11.11-minimal/library/Zend/Gdata/DublinCore.php
/var/www/html/zf/Zend/Cache/Core.php
/var/www/html/zf/Zend/Gdata/DublinCore.php
/var/www/html/zf/library/Zend/Cache/Core.php
/var/www/html/zf/library/Zend/Gdata/DublinCore.php

but not in letodms folder
Reply
#12
(03-20-2012, 02:49 PM)sappu Wrote: no...in root dir of letodms i have only core directory..and core dir is empty...i didnot found core.php in letodms
..what to do next
i searched and found..

#locate Core.php

/var/www/html/ZendFramework-1.11.11-minimal/library/Zend/Cache/Core.php
/var/www/html/ZendFramework-1.11.11-minimal/library/Zend/Gdata/DublinCore.php
/var/www/html/zf/Zend/Cache/Core.php
/var/www/html/zf/Zend/Gdata/DublinCore.php
/var/www/html/zf/library/Zend/Cache/Core.php
/var/www/html/zf/library/Zend/Gdata/DublinCore.php

but not in letodms folder

Did you download and install letoDMS_Core at all?

Uwe
Reply
#13
i just downlaod letodms_Core and letodms_Lucene tar file under letodms/ root dir..........

still getting error
Error
Core letoDMS directory : Not found
=> Current value : /var/www/html/letodms/
=> Suggestion value : /var/www/html/letodms/

what to do now
Core letoDMS directory : Not found
=> Current value : /var/www/html/letodms/LetoDms_Core-3.2.0/
=> Suggestion value : /var/www/html/letodms/


Core.php in inside letodms_core-3.2.0 dir....i moved Core.php from thier to root dir of letodms..but now it show a blank page after clicking next
Reply
#14
(03-21-2012, 03:18 PM)sappu Wrote: i just downlaod letodms_Core and letodms_Lucene tar file under letodms/ root dir..........

still getting error
Error
Core letoDMS directory : Not found
=> Current value : /var/www/html/letodms/
=> Suggestion value : /var/www/html/letodms/

what to do now
Core letoDMS directory : Not found
=> Current value : /var/www/html/letodms/LetoDms_Core-3.2.0/
=> Suggestion value : /var/www/html/letodms/


Core.php in inside letodms_core-3.2.0 dir....i moved Core.php from thier to root dir of letodms..but now it show a blank page after clicking next

You can't just move stuff around, you have to set the path in the settings propperly.

Uwe
Reply
#15
iam assinging path of letodms core but its not accepting rest is ok....
in root dir aone core folder is their which is empty.......should i put all content of letoDms_Core in root folder..or
can you give me configuration file what should i edit in conf/conf.setting.php file
tell me in brief .step.
Reply
#16
kindly reply soon....
Reply
#17
sappu, I will try to guide you by giving you an example of how I have configured my installation, and perhaps you might follow this pattern.

I have installed LetoDMS in /home/<user>/public_html/letodms, and installed LetoDMS_Core in /home/<user>/public_html/letodms/LetoDMS_Core/

Therefore, in settings.xml, coreDir="/home/<user>/public_html/letodms/LetoDMS_Core/". I found that the trailing slash is important.

Same for Lucene.

All of these settings are stored in settings.xml, not conf.settings.php, but the installer will help you create that xml file.

(03-22-2012, 06:01 PM)sappu Wrote: kindly reply soon....

Reply
#18
few things i edited conf.setting.php is path of mentioned default /var/www/letoDms/ to /var/www/html/letodms/
were ever applicable.coz right path is that one.

can u tell me without editing settings.xml mannually cant it get from installing through browser...infact we are mentioning path over their...
Reply
#19
It's my understanding that conf.settings.php is obsolete, and that your changes in that file have no effect.

All of the appropriate paths and configurations (as I understand it) are in settings.xml. settings.xml can be modified manually, but also the installer would ask for the necessary values and save to settings.xml.

Have you checked the values in settings.xml to verify they are what you expect? Can you share those with us?


(03-22-2012, 11:25 PM)sappu Wrote: few things i edited conf.setting.php is path of mentioned default /var/www/letoDms/ to /var/www/html/letodms/
were ever applicable.coz right path is that one.

can u tell me without editing settings.xml mannually cant it get from installing through browser...infact we are mentioning path over their...

Reply
#20
look below for complete root dir...of letodms



[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
[root@linuxpc LetoDMS_Core]# cd Core
[root@linuxpc Core]# ls
inc.AccessUtils.php inc.ClassDMS.php inc.ClassDocument.php inc.ClassGroup.php inc.ClassNotification.php inc.DBAccess.php
inc.ClassAccess.php inc.ClassDocumentCategory.php inc.ClassFolder.php inc.ClassKeywords.php inc.ClassUser.php inc.FileUtils.php
[root@linuxpc Core]# cd ..
[root@linuxpc LetoDMS_Core]# cd ..
[root@linuxpc letodms]#



you can see that core dir in rootdir has no data......
letodms_core has core dir.


conf.setting.php
class Settings
{
// Name of site -- used in the page titles. Default: MyDMS
// var $_siteName = "letoDMS";
var $_siteName = "letodms";

// Message to display at the bottom of every page.
var $_footNote = "letoDMS free document management system - www.letodms.com";

// if true the disclaimer message the lang.inc files will be print
// on the bottom of the page
var $_printDisclaimer = true;

// Default page on login. Defaults to out/out.ViewFolder.php
var $_siteDefaultPage = "";

// ID of guest-user used when logged in as guest (mostly no need to change)
var $_guestID = 2;

// ID of root-folder (mostly no need to change)
var $_rootFolderID = 1;

// If you want anybody to login as guest, set the following line to true
// note: guest login should be used only in a trusted environment
var $_enableGuestLogin = false;

// Restricted access: only allow users to log in if they have an entry in
// the local database (irrespective of successful authentication with LDAP).
var $_restricted = true;

// Strict form checking. If set to true, then all fields in the form will
// be checked for a value. If set to false, then (most) comments and
// keyword fields become optional. Comments are always required when
// submitting a review or overriding document status.
var $_strictFormCheck = false;

// Path to where letoDMS is located
// var $_rootDir = "/var/www/letoDMS-3.0.0/";
var $_rootDir = "/var/www/html/letodms/";

// Path to LetoDMS_Core
// If left empty LetoDMS_Core will used from the standard include path
// var $_coreDir = "/var/www/LetoDMS_Core-3.0.0/";
var $_coreDir = "/var/www/html/letodms/";


// The relative path in the URL, after the domain part. Do not include the
// http:// prefix or the web host name. e.g. If the full URL is
// http://www.example.com/mydms/, set $_httpRoot = "/mydms/".
// If the URL is http://www.example.com/, set $_httpRoot = "/".
// var $_httpRoot = "/letoDMS-3.0.0/";
var $_httpRoot = "/letodms/";

// Where the uploaded files are stored (best to choose a directory that
// is not accessible through your web-server)
// var $_contentDir = "/var/www/letoDMS-3.0.0/data/";
var $_contentDir = "/opt/letoDms/";

// 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.
var $_contentOffsetDir = "1048576";

// File uploaded by the jumploader are first saved into the staging dir
// if they are partitioned
// var $_stagingDir = "/var/www/letoDMS-3.0.0/data/staging/";
var $_stagingDir = "/var/www/letodms/data/staging/";

rest is as it is..from here...


in setting.xml i found core path is empty..
*********************************************************
<!-- 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>
************************************

still iam getting the same error...

it will be help ful for me if you are in touch continously...
Reply


Forum Jump:


Users browsing this thread: