-

Install DSpace 8 on Ubuntu 24.04
This guide shows how to quickly install dspace 8 on Ubuntu 24.04 server for testing purposes. If you follow this guide to install a production server, please MAKE SURE to change the default passwords and other necessary security requirements for your system. Hardware requirements: This guide was developed using a VPS server with the following…
-

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…
-
Deploying a Django Application with MySQL, Gunicorn, and Nginx on Ubuntu 22.04 Server: A Comprehensive Guide
In this comprehensive guide, we will walk you through the process of deploying a Django application using MySQL as the database backend, Gunicorn as the application server, and Nginx as the web server on an Ubuntu server. Whether you’re a seasoned developer or just starting with Django, this step-by-step tutorial will equip you with the…
