当前位置:网站首页>安装sentry
安装sentry
2022-08-08 20:54:00 【Chise1】
概述
sentry使用django1.x开发的
实在是老旧
使用docker进行安装
安装docker
略
安装git
安装sentry
克隆代码到指定位置:
git clone https://github.com/getsentry/onpremise.git
安装docker-compose
pip3 install docker-compose
修改docker源文件
注意,一定要使用阿里云的镜像仓库(我也不知道为啥,反正其他的就没法实现加速,会卡死)
在阿里云注册账户并登陆,在控制台搜索容器镜像服务
在容器镜像服务的最下方找到镜像加速器
按照文档的方式修改
配置文件
在onpremise/sentry
里面,找到conf.yml可以配置发邮件的信息
安装
执行./install.sh
注意,可能会比较慢,如果卡在updating fetch image,记得修改镜像源。
脚本执行完毕之后执行docker-compose up -d
边栏推荐
- Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception
- 关于KotlinAndroid遇到的小知识
- Kotlin - learn the fifth day of the Handler
- Protobuf框架与WebAPI
- Categorized input and output, Go lang1.18 introductory refining tutorial, from Bai Ding to Hongru, go lang basic data types and input and output EP03
- 记录非Gui模式Jmeter使用
- Float.parseFloat()的作用
- 学习笔记:第二部分 队列
- Flask 教程 第三章:Web表单
- 昇腾Ascend 随记 —— 昇腾 AI 的基本架构
猜你喜欢
VSCode 必知必会的 20 个快捷键
Notes: The difference between laravel, updateOrCreate and updateOrInsert
Flask 教程 第四章:数据库
Flask 教程 第十二章:日期和时间
编译原理——LL1分析程序实验(C#)
Questions about Mac terminal custom commands and Mysql command
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception
知乎高赞:如果一个程序员工作5年后还没成为大牛,是不是该考虑别的路子了?
学习笔记:第三章 栈与队列
jmeter逻辑控制器使用
随机推荐
Kotlin学习笔记
Flask 教程 第七章:错误处理
Questions about Mac terminal custom commands and Mysql command
Kotlin基础稳固第一天
解决gradle导包速度慢问题
使用fontforge修改字体,只保留数字
Protobuf框架与WebAPI
编写CMakeLists生成静态库及可执行文件的make文件
Process实现守护线程
用固态U盘让你的办公环境随身移动
技术分享活动
源码分析Canal专栏
SushiSwap「SUSHI」下降了 93%,但还没有完全消失
内网渗透之代理转发
五大理由告诉你为什么开发人员选择代码质量静态分析工具Klocwork来实现软件安全
Kotlin之JSON格式解析
Flask 教程 第十二章:日期和时间
2020-8-18js练习
PHP使用glob()查找文件
Kotlin parsing String path knowledge