-

Run solr 8 on localhost only
It is a bad practice to expose your solr instance to the public, your data could be manipulated or worse, deleted. Apart from blocking solr’s port 8983 using the firewall, it is also good practice to run solr on localhost only if the service that consumes solr services is running on the same host, eg…
-
DSpace 7 UI Customization: Enable New Custom Theme
Prerequisites Step 1: Copy custom theme and rename to a different name Step 2: Register the new theme as shown below in angular.json
-
Install DSpace 7.6 on Ubuntu 22.04
PREREQUISITES Update and upgrade packages sudo apt update && sudo apt upgrade -y
-

Install DSpace 7 on Ubuntu 18.04
The instructions here will show you how to install DSpace 7 on Ubuntu 18.04. It is important to note that DSpace 7 has not yet been released at the time of writing this guide. One of the main changes in DSpace 7 is that it has been split into a front-end and a back-end. The…

