sentry 之 ubuntu版本安裝配置

#可以參看這篇文檔http://www.axiaoxin.com/article/79/

apt-get install postgresql libxml2 libxml2-dev\
postgresql-server-dev-9.3/trusty-updates python-dev
pip install psycopg2
apt-get update
apt-get install libxml2-dev libxslt1-dev python-dev\
libjpeg-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/

訪問


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章