Skip to content

Instantly share code, notes, and snippets.

View Suhas-G's full-sized avatar

Suhas G Suhas-G

View GitHub Profile
@Suhas-G
Suhas-G / Deploying Django with Gunicorn, Nginx and MySQL on Ubuntu 18.04.md
Last active June 7, 2024 18:49
Deploying Django with Gunicorn, Nginx and MySQL on Ubuntu 18.04

Deploying Django with Gunicorn, Nginx and MySQl on Ubuntu 18.04

Setting up software

  1. Update ubuntu software repository
  2. Install
    1. nginx - Serve our website
    2. mysql-server and libmysqlclient-dev - For database
    3. Python 3
  3. ufw - Firewall for our system