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...