So you have written your first Django App and want to install the app to your Free AWS Ec2 Instance. Here is the steps you can follow to do the same. Connect your EC2 Instance using Putty sudo apt-get update Then you need your webserver (nginx): sudo apt-get install nginx Since we installed Ubuntu 14.04, […]