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
@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