What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Jul 31, 2008 by ashok.hariharan
Labels: BungeniDspace
BungeniDspaceInstallation  

Setup PostGresQL

Dspace installation procedure

Configuring Tomcat

Tell your Tomcat installation where to find your DSpace web application(s). As an example, in the <Host> section of your tomcat/conf/server.xml you could add lines similar to the following:

<!-- DEFINE A CONTEXT PATH FOR DSpace JSP User Interface  -->
<Context path="/jspui" docBase="/home/undesa/apps/dspacesrv/webapps/jspui" debug="0" reloadable="true" cachingAllowed="false" allowLinking="true"/>
	
<!-- DEFINE A CONTEXT PATH FOR DSpace OAI User Interface  -->
<Context path="/oai" docBase="/home/undesa/apps/dspacesrv/webapps/oai" debug="0" reloadable="true" cachingAllowed="false" allowLinking="true"/>

<!-- DEFINE A CONTEXT PATH FOR DSpace XMLUI User Interface  -->
<Context path="/xmlui" docBase="/home/undesa/apps/dspacesrv/webapps/xmlui" debug="0" reloadable="true" cachingAllowed="false" allowLinking="true"/>

Configuring the Bungeni Theme

Installing the dspace-koha cross search application

The dspace-koha cross search application is a dspace extension application that makes use of marc4j to index Koha marc records.

To install the application :

 wget http://bungeni-portal.googlecode.com/svn/dspace.bungeni/trunk/cross-search/digitalrepository.war ~/apps/tomcat/webapps

Restart tomcat, and the cross search application should be visible from http://server:port/digitalrepository

Setting up the cross search and indexing of Koha records

<<<<<<<<to be done>>>>>>

Retrieving the cross search interface from svn

The web archive(.war) file and other files are available from the svn repository situated at http://bungeni-portal.googlecode.com/svn/dspace.bungeni/trunk

A readme file is included in the web archive giving details of how to make the cross search app communicate with your dspace installation.

The readme file also contains information on how to configure the cross search application using the crsssearch.cfg file


Sign in to add a comment