Skip to content

Instantly share code, notes, and snippets.

View pedromadureira000's full-sized avatar

Pedro Madureira pedromadureira000

View GitHub Profile
@FaridLU
FaridLU / django_deployment.md
Last active May 27, 2024 12:14
Deploy Django project - Digital Ocean / AWS (EC2) - (Django + Redis + Gunicorn + Nginx + Supervisor + Lets Encrypt)

Login to your server via ssh

$ ssh root@server-ip-address

Initial Server Setup:

  1. Create a new user and set the password:
$ adduser ubuntu