Skip to content

Instantly share code, notes, and snippets.

View tanuka72's full-sized avatar

Tanuka Dutta tanuka72

  • Bangalore
View GitHub Profile
@tanuka72
tanuka72 / Host_Django_on_AWS
Last active February 18, 2023 20:02
Hosting a Django application on AWS EC2 (running AMI Linux) - steps involved
As a newbie, I recently went through the process of migrating my Django application that was developed and tested on a Windows environment onto AWS (AMI Linux) to host it using Apache and mod_wsgi. The source code for the application was on GitHub.
My sincere thanks to the people who have contributed the References that I've listed in my notes below. They were immensely helpful for me to get through this process.
I'm posting my notes compiling all the steps involved, in case it helps others.
This is NOT production level hosting.
I Creating AWS account and instances
=====================================
Reference : http://docs.aws.amazon.com/gettingstarted/latest/wah-linux/web-app-hosting-intro.html