Created
October 17, 2012 17:28
-
-
Save panchicore/3906885 to your computer and use it in GitHub Desktop.
AWS django AMI running on Ubuntu Server 12.04.1 LTS
This file contains hidden or 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
os: Ubuntu Server 12.04.1 LTS | |
user: ubuntu | |
python: 2.7 | |
webserver: nginx 1.2.4 enabled with: https, geoip, google performance tools, gzip | |
virtualenv demo: django-sample-app (virtualenvwrapper ready) | |
apps dir: /home/ubuntu/www/ (demo is a fresh django 1.4.1 project) | |
supervisor config: /etc/supervisor.conf (uwsgi ready) | |
security: open ports: 80, 443 | |
other: git ready | |
access: http://ec2-54-242-155-157.compute-1.amazonaws.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment