Skip to content

Instantly share code, notes, and snippets.

@panchicore
Created October 17, 2012 17:28
Show Gist options
  • Save panchicore/3906885 to your computer and use it in GitHub Desktop.
Save panchicore/3906885 to your computer and use it in GitHub Desktop.
AWS django AMI running on Ubuntu Server 12.04.1 LTS
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