How to Deploy Django App on Cloud Raya VM Using Gunicorn, Supervisor, and Nginx
A basic guide on how to deploy Django app, using Gunicorn, Supervisor, and Nginx stack on your Cloud Raya VM instance. In this article, I will be using Ubuntu 22.04 LTS as the deployment server, Python 3.8 and Django 4.0. TLDR Create a standard user called apps Install supervisor and nginx Install your App’s Python…