Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created July 21, 2016 09:07
Show Gist options
  • Save v-thomp4/2fd825d9bf9ce046341934a2fe477c75 to your computer and use it in GitHub Desktop.
Save v-thomp4/2fd825d9bf9ce046341934a2fe477c75 to your computer and use it in GitHub Desktop.
Install sentry centos 6.5
yum install -y postgresql-libs python-psycopg2 psycopg2 postgresql-lib \
postgresql-devel libxml2-devel python-devel libxslt-devel gcc libffi-devel openssl-devel
yum install centos-release-SCL
yum install python27
scl enable python27 bash
pip install -U sentry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment