Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How I installed 3.4.2 in Windows XAAMP environment
#1
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/fi...DMS-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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)