Skip to content

Instantly share code, notes, and snippets.

View fduran's full-sized avatar

Fernando Duran fduran

View GitHub Profile
@fduran
fduran / django-install-nginx-uwsgi.md
Last active February 19, 2016 00:05
Django Install - Nginx uwsgi

Django Install - Nginx uwsgi

Once per server:

apt-get update && apt-get upgrade
apt-get install python-setuptools python-dev build-essential
easy_install -U pip
pip install virtualenv

Keybase proof

I hereby claim:

  • I am fduran on github.
  • I am fduran (https://keybase.io/fduran) on keybase.
  • I have a public key whose fingerprint is 07EC 2F80 E146 5882 ED6E A260 21CB C38A 8E89 7D06

To claim this, I am signing this object:

Troubleshooting

Intro

The incident management steps I have in mind when being on-call and getting an alert are:

  • Verify the issue
  • Triage
  • Communicate and scalate if needed
  • Mitigate