07-11-2012, 07:46 PM
Hi all
I've installed the LetoDMS on Qnap following this proccess
Hardware:QNAP 212 Frimaware 3.6.1 Build 0302T
1) Install phpadmin qnap package (QPKG).
2) Enable Mysql
3)Extract the sources:
adodb517.gz--->/letodms/adodb
LetoDMS_Core-3.3.5.gz --->letodms/LetoDMS_Core
LetoDMS_Lucene-1.0.1.gz---->letodms/LetoDMS_Core/php
Log-1.12.7.gz---->letodms/LetoDMS_Core/php
LetoDMS-3.3.5.tar.gz--->/letodms
The full path /share/MD0_DATA/Web/letodms.
4)Modify php.ini
include_path = /share/Web/letodms/LetoDMS_Core/php
5)create file share/Web/letodms/conf/ENABLE_INSTALL_TOOL
Open http://aaa.bbb.ccc.ddd/letodms/install/install.php
6) 2 warning are show (HTTP_WebDAV_Server and Zend Framework not found) , but you can fulfil the form and continue the installation.
7)You did not get any message but looks bad
8)So I decide to do a manual installation
-create DB "LETODMS" from phpadmin
-import create_tables-innodb.sql file from phpadmin
-edit \conf\settings.xml adding the following info
Root directory: /share/MD0_DATA/Web/letodms/
Http Root: /letodms/
Content directory: /share/MD0_DATA/Web/letodms/data/
Directory for full text index:
/share/MD0_DATA/Web/letodms/data/lucene/
Directory for partial uploads:
/share/MD0_DATA/Web/letodms/data/staging/
Core letoDMS directory: /share/Web/letodms/LetoDMS_Core/
Lucene LetoDMS directory: <leave it blank>
ADOdb Path: /share/Web/letodms/
Database Type: mysql
Server name: 127.0.0.1
Database: LETODMS
Username: <database user name>
Password: <database user password>
-edit letodms/inc/inc.LogInit.php
Replace include("Log.php");
include("/share/Web/letodms/LetoDMS_Core/php/Log.php");
9)Finally log on in the system and looks good , it's works ,but without webdav feature .
Can someone help me with HTTP_WebDAV_Server and Zend Framework warning ? Just keep in mind that is not a full linux machine , I cannot install the pakg .
thanks in advance.
Raul
I've installed the LetoDMS on Qnap following this proccess
Hardware:QNAP 212 Frimaware 3.6.1 Build 0302T
1) Install phpadmin qnap package (QPKG).
2) Enable Mysql
3)Extract the sources:
adodb517.gz--->/letodms/adodb
LetoDMS_Core-3.3.5.gz --->letodms/LetoDMS_Core
LetoDMS_Lucene-1.0.1.gz---->letodms/LetoDMS_Core/php
Log-1.12.7.gz---->letodms/LetoDMS_Core/php
LetoDMS-3.3.5.tar.gz--->/letodms
The full path /share/MD0_DATA/Web/letodms.
4)Modify php.ini
include_path = /share/Web/letodms/LetoDMS_Core/php
5)create file share/Web/letodms/conf/ENABLE_INSTALL_TOOL
Open http://aaa.bbb.ccc.ddd/letodms/install/install.php
6) 2 warning are show (HTTP_WebDAV_Server and Zend Framework not found) , but you can fulfil the form and continue the installation.

7)You did not get any message but looks bad

8)So I decide to do a manual installation
-create DB "LETODMS" from phpadmin
-import create_tables-innodb.sql file from phpadmin
-edit \conf\settings.xml adding the following info
Root directory: /share/MD0_DATA/Web/letodms/
Http Root: /letodms/
Content directory: /share/MD0_DATA/Web/letodms/data/
Directory for full text index:
/share/MD0_DATA/Web/letodms/data/lucene/
Directory for partial uploads:
/share/MD0_DATA/Web/letodms/data/staging/
Core letoDMS directory: /share/Web/letodms/LetoDMS_Core/
Lucene LetoDMS directory: <leave it blank>
ADOdb Path: /share/Web/letodms/
Database Type: mysql
Server name: 127.0.0.1
Database: LETODMS
Username: <database user name>
Password: <database user password>
-edit letodms/inc/inc.LogInit.php
Replace include("Log.php");
include("/share/Web/letodms/LetoDMS_Core/php/Log.php");
9)Finally log on in the system and looks good , it's works ,but without webdav feature .
Can someone help me with HTTP_WebDAV_Server and Zend Framework warning ? Just keep in mind that is not a full linux machine , I cannot install the pakg .
thanks in advance.
Raul