DSpace 6.3 with OAI-PMH 2.0 Installation
Yah begitulah
Getting Started
Server Instance
Proxmox CT Ubuntu Server 20.04 CPU 2 Core RAM 4Gb Storage 32Gb This specification is not...
Systems Requirement
Software needed to run DSpace Java OpenJDK 8 Apache Maven Apache Ant Apache Solr (only for ...
Installation Steps
Update OS machine Create User Install Database Building DSpace Install Servlet Create DSpa...
Installation
Update OS
I'm loging in as root user! You may need SUDO for the entire process. apt update && apt upgrade ...
Create User
In order to make things easy, we need to create new user "dsapce". useradd -m dspace passwd dsp...
Installing Database
Install PostgreSQL apt install postgresql postgresql-client -y Create user dspace with password...
Building DSpace
This is a long run step, take a break and get some coffee. Install OpenJDK 8. apt install openj...
Install Servlet
Time to install Apache Tomcat. We will install version 9. Inside /opt folder, download Apache To...
Create DSpace Admin
Get your coffee. Create a DSpace administrator account. /dspace/bin/dspace create-administrator...
Install Apache Solr
When you need to harvest data with OAI, you need Solr and configure OAI. Inside /opt folder, cre...