Skip to content

Instantly share code, notes, and snippets.

@Rahul7600
Rahul7600 / instructions.md
Created January 18, 2024 09:36 — forked from ArcRanges/instructions.md
Up and Running on AWS EC2 using Django with files from Git in less than 5 minutes

How to Setup Django in AWS EC2 Instance in less than 5 minutes

I will be using Windows 10, Git Bash, Windows Powershell

Requirements:

- Django Project uploaded on Git
- AWS EC2 Account

Initialization: EC2 Setup:

@Rahul7600
Rahul7600 / instructions.md
Created January 18, 2024 09:36 — forked from ArcRanges/instructions.md
Up and Running on AWS EC2 using Django with files from Git in less than 5 minutes

How to Setup Django in AWS EC2 Instance in less than 5 minutes

I will be using Windows 10, Git Bash, Windows Powershell

Requirements:

- Django Project uploaded on Git
- AWS EC2 Account

Initialization: EC2 Setup:

How to Install Sonarqube in Ubuntu Linux

Prerequsites

Virtual Machine running Ubuntu 22.04 or newer

Install Postgresql 15

sudo apt update
sudo apt upgrade

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'