Posts

Customize the logo and header in XMLUI interface

 Customize the XMLUI interface Open following file in a terminal, sudo su sudo gedit /opt/tomcat/webapps/xmlui/i18n/messages.xml  Find the line (Line no.27) (Change the location bar title) <message key="xmlui.general.dspace_home">P SG College of Technology </message> Find the line  (Line no. 2170) <message key="xmlui.dri2xhtml.structural.head-subtitle"> DSpace Repository </message> Change the text Dspace Repository Save and close the file.  Prepare a logo as follows (125x74 pixel). Place the image in home folder. Open a Linux Terminal and apply following command to copy the logo image to the folder. cp logo.png /opt/tomcat/webapps/xmlui/themes/Mirage/images Open the css file to change the logo image attribute. Open a terminal and apply following command.  Here Dspace webapps directory located in /opt/tomcat/.  Dspace webapps may be located in /dspace folder.  Confirm it before the execution of the below command; sudo gedit /opt/tomcat/webapp

Dspace 6 JSPUI Customization

 Replace the default DSpace Branding Heading and Dspace logo Install Locater   sudo apt install mlocate Change The ''Dspace at My University'' from the Location bar Apply the following command to open configure file sudo gedit /dspace/config/dspace.cfg Create a Header image, Put it in the home folder, and Copy it into the jspui/image folder from the home folder. cp header.png /opt/tomcat/webapps/jspui/image Open the terminal, log in with the root user and apply the following command to open the file. sudo gedit /opt/tomcat/webapps/jspui/layout/header-default.jsp Find the below lines in the file and comment with the tags ( <%--   --%> )    <%-- <div class="container banner">     <div class="row">         <div class="col-md-9 brand">             <h1><fmt:message key="jsp.layout.header-default.brand.heading" /></h1>             <fmt:message key="jsp.layout.header-default.brand.de

Install Dspace-6.3 or 6.4 on Ubuntu 20.04

Image
How to Install Dspace-6.3 on Ubuntu   sudo apt-get update sudo apt-get upgrade sudo apt-get install git git --version sudo add-apt-repository ppa:git-core/ppa sudo apt update; apt install git sudo apt-get install openjdk-8-jdk sudo apt-get install maven sudo apt-get install ant   Add Postgresql Source file location sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'   Add Postgresql Key wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - sudo apt-get update   Install Postgresql -9.6 Version sudo apt-get install postgresql-9.6   sudo su postgres createuser --username=postgres --no-superuser --pwprompt dspace createdb --username=postgres --owner=dspace --encoding=UNICODE -T template0 dspace psql --username=postgres dspace -c "CREATE EXTENSION pgcrypto;" exit sudo gedit /etc/postgresql/9.6/ma

Library clearance/Discharge certificate in Koha

Image
 Library clearance/Discharge certificate A library Clearance / Discharge certificate certifies that the user has no holds, no active checkouts, and no outstanding debt. Here are the steps to generate a clearance certificate; 1. Enable useDischarge from Koha Administratio n > Global System Preference s. Search and find the  useDischarge settings. Turn it into Allow . 2. Customize the Discharge notice at Tools > Notices and slips . Search and find the  Discharge notice. The content of the notice is blank. Visit the Notice Template site and copy the content. Edit and save the notice. 3. Open the Patron account to generate Discharge. Find the Discharge button at the end of the Patron account. 4. Click on the Generate discharge button. The discharge certificate in PDF format will save on the computer.  Thanks to Mr. Vimal Reference: http://kohageek.blogspot.com/2022/11/clearance-discharge-certificate.html

Add Multiple Copies in Koha by Manual

Image
Add Multiple Copies in Koha by Manual Go to catalogue and edit page  Click edit and Attach Item or click in new window Then enter the Accession number to add to this book Click delete and then okay

IP Config on Windows

 IP Config on Windows Go to the C: on the windows file manager then click to open  WINDOWS  folder then click to open SYSTEM32 folder Then click to open ETC  folder Then click to open HOST file Then add the IP Address in the last without # Like this # localhost name resolution is handled within DNS itself. # 127.0.0.1       localhost # ::1             localhost 10.1.57.169           10.1.57.43:8080/jspui

Install Dspace 6.3 on Windows10

Image
Install Dspace 6.3 on Windows10 Pre-Requisite Software: i) Java JDK ii) Apache Maven iii) Apache Ant iv) Apache Tomcat v) PostgreSQL vi) Dspace Step-1: Download Java jdk-8u111-windows-x64.exe from below link. ( Note: If you are new to Oracle, you need to create user account otherwise you can log in to download the software).     https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html Step-2: Download apache-maven-3.3.9-bin.zip file from below link. https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.3.9/ Step-3: Download apache-ant-1.9.7-bin.zip file from below link.              https://archive.apache.org/dist/ant/binaries/ Step-4: Download apache-tomcat-9.0.0.M13.exe file from below link. https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.0.M13/bin/ Step-5: Download postgresql-9.4.26-1-windows-x64.exe file from below link. https://www.enterprisedb.com/downloads/postgres-postgresql-downloads Step-6: Dow

Total views