![]() |
How I installed 3.4.2 in Windows XAAMP environment - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Tutorials & How To's (https://community.letodms.com/forumdisplay.php?fid=17) +--- Thread: How I installed 3.4.2 in Windows XAAMP environment (/showthread.php?tid=632) |
How I installed 3.4.2 in Windows XAAMP environment - JimFromAustin - 01-22-2013 Project is looking great steinm! == Installation Instructions == These are just for software administration. For Version 3.4.2 Files are: # LetoDMS-3.4.2.tar.gz # LetoDMS_Lucene-1.1.1.tgz # LetoDMS_Core-3.4.2.tgz located at : http://sourceforge.net/projects/mydms/files/LetoDMS/LetoDMS-3.4.2/ Replace /htdocs/letodms with path you wish. Below is my install. FIRST PART OF INSTALLATION: # Install adodb - mine was already in PHP Pear installation [C:\xampp\php\PEAR\adodb] # Create database using phpmyadmin (name only, tables will be generated during install) and grant admin privileges. # Unzip #1 above to C:\xampp\htdocs\dms (this is home) # copy C:\xampp\htdocs\dms\conf\settings.xml.template to C:\xampp\htdocs\dms\conf\settings.xml # edit [C:\xampp\htdocs\dms\conf\settings.xml] as shown below # create empty file [C:\xampp\htdocs\dms\confENABLE_INSTALL_TOOL] (no extension) # unzip #2 above (Core) under home [C:\xampp\htdocs\dms\LetoDMS_Core-3.4.2] # unzip #3 above (Lucene) under home [C:\xampp\htdocs\dms\LetoDMS_Lucene-1.1.1] (don't need package.xml file) # create directory where uploaded files will reside [C:\xampp\dmsFiles\data] # create [C:\xampp\dmsFiles\data\staging] # create [C:\xampp\dmsFiles\data\lucene] # Using web browser, navigate to [C:\xampp\htdocs\dms\install] to finish automatica installation # When installation complete, remove dummy file /root/conf/ENABLE_INSTALL_TOOL # Install Zend Library as described below: '''Install Zend Search''' # Download ZendFrame work 1.12.1 at http://framework.zend.com/downloads/latest (1.12.1 contains Search, 2.0.6 does not) # Extract ZendFramework-1.12.1.zip somewhere so you can copy the Zend Library from it. # Copy ZendFramework-2.0.6\ZendFramework-2.0.6\library\Zend and its subdirectories to [C:\xampp\php\PEAR\Zend] (or where ever the php\PEAR installation is located. '''SETTINGS FOR:''' [C:\xampp\htdocs\dms\conf\settings.xml] <server rootDir="C:/xampp/htdocs/dms/" httpRoot="/dms/" contentDir="c:/xampp/dmsFiles/data/" stagingDir="c:/xampp/dmsFiles/data/staging" luceneDir="c:/xampp/dmsFiles/data/lucene" logFileEnable="false" logFileRotation="d" enableLargeFileUpload="true" partitionSize="2000000"> </server> <database ADOdbPath="c:/xampp/php/pear/" dbDriver="mysql" dbHostname="myhostname" dbDatabase="dms" dbUser="admin" dbPass="xxxx"> </database> <server coreDir="c:/xampp/htdocs/dms/LetoDMS_Core-3.4.2/" luceneClassDir="c:/xampp/htdocs/dms/LetoDMS_Lucene-1.1.1/" contentOffsetDir="1048576" maxDirID="0" updateNotifyTime="86400" maxExecutionTime="600"> </server> OTHER THINGS *Blue Theme is easy on the eyes |