sentry 之 ubuntu版本安装配置

前端之家收集整理的这篇文章主要介绍了sentry 之 ubuntu版本安装配置前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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

  1. apt-getinstallpostgresqllibxml2libxml2-dev\
  2. postgresql-server-dev-9.3/trusty-updatespython-dev
  3. pipinstallpsycopg2
  4. apt-getupdate
  5. apt-getinstalllibxml2-devlibxslt1-devpython-dev\
  6. libjpeg-dev/trustylibfreetype6libfreetype6-devzlib1g-dev
  7. pipinstallsentry
  8. #如果你选择MysqL的话
  9. #apt-getinstalllibMysqLclient-devMysqL-server
  10. #pipinstallMysqL-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/

访问

猜你在找的Ubuntu相关文章