标签:ogr htm gravity real http pos view out direct
4.配置好postgreSQL
需要连接redis
5.sentry upgrade #创建超级用户 输错后可以用 sentry createuserplatforms.C_FORCE_ROOT = True #加上这一行
*.*.*.*:9001 user/123
supervisor:
[program:sentry_worker]
command=sentry run worker
autorestart=true
autostart=true
startsecs=3
priority=50
redirect_stderr = true
stdout_logfile=/opt/sentry_worker.log
[program:sentry_cron]
command=sentry run cron
autorestart=true
autostart=true
startsecs=3
priority=50
[program:sentry_start]
command=sentry start
autorestart=true
autostart=true
startsecs=3
priority=100
redirect_stderr = true
stdout_logfile=/opt/sentry_start.log
标签:ogr htm gravity real http pos view out direct
原文地址:https://www.cnblogs.com/curationFE/p/sentry_error_monitoring_platform.html