Hi
<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
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_Core
=> you must have <rootdir>/LetoDMS_Core/Core.php
- ungzip and untar adodbxxx.tgz in <rootdir>/adodb
- ungzip and untar Logxxx.tgz in <rootdir>/LetoDMS_Core
=> you must have <rootdir>/LetoDMS_Core/Log/Log.php
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_Core/Log/Log.php");
doudoux
edit: taking into account the different remarks
<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
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_Core
=> you must have <rootdir>/LetoDMS_Core/Core.php
- ungzip and untar adodbxxx.tgz in <rootdir>/adodb
- ungzip and untar Logxxx.tgz in <rootdir>/LetoDMS_Core
=> you must have <rootdir>/LetoDMS_Core/Log/Log.php
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_Core/Log/Log.php");
doudoux
edit: taking into account the different remarks