Created
July 21, 2016 09:07
-
-
Save v-thomp4/2fd825d9bf9ce046341934a2fe477c75 to your computer and use it in GitHub Desktop.
Install sentry centos 6.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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