Skip to content

Instantly share code, notes, and snippets.

View morissette's full-sized avatar
💻
Hack it, push it, test it, fix it, repeat, refactor, optimize, merge, deploy

Matthew Harris morissette

💻
Hack it, push it, test it, fix it, repeat, refactor, optimize, merge, deploy
View GitHub Profile

Keybase proof

I hereby claim:

  • I am morissette on github.
  • I am morissette (https://keybase.io/morissette) on keybase.
  • I have a public key ASB13uWbhU5J0hbpNgBz-T1zcWIZmPcfLbttWENXKL0P4Ao

To claim this, I am signing this object:

@morissette
morissette / README.md
Created March 1, 2017 21:02
Installing Sentry on Debian

Installing Sentry on Debian

Install aptitude packages

sudo apt-get update
sudo apt-get install python python-setuptools python-pip python-dev libxslt1-dev libxml2-dev libmysqlclient-dev libpq-dev

Install and activate virtualenv

sudo pip install -U virtualenv
virtualenv /clients/sentry/

source /clients/sentry/bin/activate