This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |