Dspace Cris Installation On Centos
Dspace Cris Installation On Centos
Dspace Cris Installation On Centos
installation on Centos
Version: DSpace CRIS 5.8
Prepared by: Amit Gupta
Document version: 1.0
Date: 30th June 2020
Source: https://wiki.lyrasis.org/display/DSPACECRIS/Installation
https://github.com/4Science/DSpace/tree/dspace-cris-5.8.0
Contents
1. Preparing your System for DSpace ( Pre-requisites)................................................................1
2. DSpace installation...................................................................................................................2
3. Created 17 items types and 6 master table based on the MoES requirements (PDF
attached)..........................................................................................................................................6
4. Customization Header/ Footer/ Navbar..................................................................................8
5. Customization: Item Display.....................................................................................................8
a. As per standard installation guide you will need Java(JDK), Apache Tomcat, Apache
Maven,
b. Apache Ant, PostgreSQL and DSpace source. You can download the same from following
c. URLS (Look for appropriate versions 32/64 bits as per your OS)
d. JAVA (JDK) http://www.oracle.com/technetwork/java/javase/downloads/index.html
e. Apache Tomcat http://tomcat.apache.org/download-90.cgi
f. Apache Maven http://maven.apache.org/download.html
g. Apache Ant http://ant.apache.org/bindownload.cgi
2. DSpace installation
h. Now we need to give “execute” permission to the source file (by default it is having only
read permission)
p. Go to /opt/apache-tomcat-9.0.12/conf
Vi server.xml
Add the line at the before </Host>
<Context path="/jspui" docBase="/dspace/webapps/jspui" allowLinking="true"/>
<Context path="/xmlui" docBase="/dspace/webapps/xmlui" allowLinking="true"/>
<Context path="/solr" docBase="/dspace/webapps/solr" allowLinking="true"/>
<Context path="/rest" docBase="/dspace/webapps/rest" />
<Context path="/oai" docBase="/dspace/webapps/oai" allowLinking="true"/>
q. Restart the tomcat go to /opt/apache-tomcat-9.0.12/bin
sh shutdown.sh
sh startup.sh
r. http://koha.moes.gov.in:8083/jspui/
Login page:
http://koha.moes.gov.in:8083/jspui/password-login
3. Created 17 items types and 6 master table based on the MoES requirements
(PDF attached)
a. Created different values based on http://koha.moes.gov.in:8083/jspui/dspace-
admin/metadata-field-registry?dc_schema_id=1
c. To populate values/Text fields in DSpace we have added XML Tag values in the input-
forms.xml file and path is /dspace/config/input-forms.xml
d. Item type Book form
metadata.dc.contributor.* = Authors
metadata.dc.file.number = File number
metadata.dc.keywords.moes = MoES Keyword
metadata.dc.ebook.url = Ebook URL
metadata.dc.video.link = Video link