layout | title | permalink |
---|---|---|
page |
XTF Installation |
/XTF-Installation/ |
-
Download XTF Tutorial package: http://xtf.cdlib.org/download/
-
Unzip files to your local server. Will create a directory at
/xtfWorkshop
-
Delete XTF directory at
/xtfWorkshop/tomcat/webapps/xtf
-
Clone Dash repository from Github:
cd xtfWorkshop/tomcat/webapps
git clone git://github.com/CDLUC3/dash-xtf.git
-
Add exclusions to git index
-
Add these lines to xtfWorkshop/tomcat/webapps/dash-xtf/.git/info/exclude:
xtf/data
xtf/index
-
Run these commands at the repo home directory:
git update-index --assume-unchanged xtf/conf/textIndexer.conf
git update-index --assume-unchanged xtf/style/crossQuery/queryParser/default/queryParser.xsl
git update-index --assume-unchanged xtf/style/dynaXML/docReqParser.xsl
-
-
Download data directory
-
Unzip dash-data.zip and rename folder "dash-data" to "data" to
/xtfWorkshop/tomcat/webapps/dash/xtf/
-
-
Change files
For PCs:
-
/xtfWorkshop/setVars.bat (line 20)
set XTF_HOME=%CATALINA_HOME%\webapps\dash-xtf\xtf
For Macs:
-
Line 5: /xtfWorkshop/textIndexer
export XTF_HOME="$XTFWS/tomcat/webapps/dash-xtf/xtf"
-
Line 16: /xtfWorkshop/cmdPrompt.command
echo "export XTF_HOME=\"$XTFWS/tomcat/webapps/dash-xtf/xtf\"" >> /tmp/xtfworkshop_init
-
Line 11: /xtfWorkshop/tomcat.command
export XTF_HOME="$XTFWS/tomcat/webapps/dash-xtf/xtf"
For both PCs and Macs
-
Lines 12 & 13: /xtfWorkshop/tomcat/webapps/dash-xtf/xtf/conf/textIndexer.conf
<src path="./data" scan="all"/>
<db path="./index"/>
-
Line 80: /xtfWorkshop/tomcat/webapps/dash-xtf/xtf/style/crossQuery/queryParser/default/queryParser.xsl
<query indexPath="index" termLimit="1000" workLimit="1000000" style="{$stylesheet}" startDoc="{$startDoc}" maxDocs="{$docsPerPage}">
-
Line 128: /xtfWorkshop/tomcat/conf/server.xml
<Host name="localhost" appBase="webapps/dash-xtf"
-
/xtfWorkshop/tomcat/webapps/dash-xtf/xtf/style/dynaXML/docReqParser.xsl
-
line 105
<xsl:variable name="file" select="concat('data/',$docId)"/>
-
line 171
<source path="{concat('data/',$docId)}"/>
-
-
-
Follow directions at http://xtf.cdlib.org/getting-started-tutorials/quick-start/:
- set paths and environment variables with cmdPrompt.bat (PCs) or cmdPrompt.command (Macs)
- index data with textIndexer
- start tomcat
- go to localhost