Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[LetoDMS-3.2.0] - How I installed letoDMS
#3
First of all, thanks for posting it.

(09-24-2011, 11:51 PM)Doudoux Wrote: <rootdir> is the folder where you want install letoDMS

Step 1 : Download files
-----------------------
- Download letoDMS files here : http://sourceforge.net/projects/mydms/fi...S%203.2.0/
- Download ADOdb files here : http://adodb.sourceforge.net/
- Download LOG files here : http://pear.php.net/package/Log/download/All
LOG is currently only needed for the webdav server

(09-24-2011, 11:51 PM)Doudoux Wrote: Step 2 : Files Installation
---------------------------
- ungzip and untar LetoDMS-3.2.0.tar.gz in <rootdir>
- ungzip and untar LetoDMS_Core-3.2.0.tgz in <rootdir>/LetoDMS
=> you must have <rootdir>/LetoDMS/Core.php
I'd rather put in into <rootdir> and set the configuration variable coreDir to the path.
Even better would be to install LetoDMS_Core as a pear package and leave coreDir empty.

(09-24-2011, 11:51 PM)Doudoux Wrote: - ungzip and untar adodbxxx.tgz in <rootdir>/adodb
- ungzip and untar Logxxx.tgz in <rootdir>/LetoDMS
=> you must have <rootdir>/LetoDMS/Log/Log.php
Log is also a pear package. So if you have a change to install it as a pear package, do it.

(09-24-2011, 11:51 PM)Doudoux Wrote: - create folder : <rootdir>/data
- create folder : <rootdir>/data/staging
- create folder : <rootdir>/data/lucene
This is fine, but rootdir should not be your web servers document root, or you should
protect the directory from direct access through the web server.

(09-24-2011, 11:51 PM)Doudoux Wrote: Step 3 : Configuration
----------------------
- copy <rootdir>/conf/settings.xml.template to <rootdir>/conf/settings.xml
- edit settings.xml file, search <database TAG and change value :
-> dbDriver = "_DBC_DBTYPE_" ==> mysql
- create file <rootdir>/conf/ENABLE_INSTALL_TOOL
- launch <rootdir>/install/install.php
- set values
- Delete file ENABLE_INSTALL_TOOL if possible
- Edit file : inc/inc.LogInit.php and replace
include("Log.php");
=>
include("<rootdir>/LetoDMS/Log/Log.php");
No need to modify inc/inc.LogInit.php if you install Log as pear package or at least at a
place where it can be found by php.

Uwe
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)