Deploying a Django Application with MySQL, Gunicorn, and Nginx on Ubuntu 22.04 Server: A Comprehensive Guide

Last updated on: Published by: Systems Librarian 0

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 knowledge and code samples needed to successfully deploy your Django application. So, let’s dive in and unleash the power of Django in a production-ready setup!

Before we begin, make sure that you have an Ubuntu 22.04 server instance up and running.

Read More

Install OJS 3.1.1.2 on Ubuntu 18.04

Last updated on: Published by: Systems Librarian 1

Open Journal Systems (OJS) is a free open source software for managing and publishing scholarly journals. A single OJS installation can host multiple journals. It is written in PHP programming language and works with MySQL or PostgreSQL database and Apache2 or nginx web server.

This post is a record of the process I went through when setting up OJS on Ubuntu 18.04. It is assumed you have a vanilla Ubuntu 18.04 with sudo rights.

Read More