码迷,mamicode.com
首页 > 系统相关 > 详细

sentry 之 ubuntu版本安装配置

时间:2016-12-14 14:40:59      阅读:266      评论:0      收藏:0      [点我收藏+]

标签:sentry

#可以参看这篇文档http://www.axiaoxin.com/article/79/

apt-get install postgresql libxml2 libxml2-devpostgresql-server-dev-9.3/trusty-updates python-dev
pip install psycopg2
apt-get update
apt-get install libxml2-dev libxslt1-dev python-devlibjpeg-dev/trusty libfreetype6 libfreetype6-dev zlib1g-dev
pip install sentry
#如果你选择MySQL的话
#apt-get install libmysqlclient-dev mysql-server
#pip install mysql-python

# 依照下面的说法配置 postgresql,并且重启

http://stackoverflow.com/questions/8167602/django-connection-to-postgresql-peer-authentication-failed

/etc/init.d/postgresql restart

继续按照官方文档的说明来进行

https://docs.sentry.io/server/installation/python/

# 配置域名

设置域名 sentry.xxx.com/net/cn/

访问


本文出自 “波波” 博客,请务必保留此出处http://chyou.blog.51cto.com/5503396/1882558

sentry 之 ubuntu版本安装配置

标签:sentry

原文地址:http://chyou.blog.51cto.com/5503396/1882558

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!