当前位置:网站首页>Sentry installation
Sentry installation
2020-11-07 20:56:00 【Coxhuang】
List of articles
- Docker install Sentry
- #1 Environmental Science
- #2 Start
- #2.1 install Docker
- #2.2 Installation dependency
- #2.3 start-up
Docker install Sentry
#1 Environmental Science
Docker
#2 Start
#2.1 install Docker
A little
#2.2 Installation dependency
- Pull redis
docker pull redis
- Pull postsql
docker pull postgres
- Pull sentry
docker pull sentry
#2.3 start-up
- start-up redis
docker run -d --name sentry-redis redis
- start-up postgres
docker run -d --name sentry-postgres -e POSTGRES_PASSWORD=secret -e POSTGRES_USER=sentry postgres
- start-up sentry
docker run --rm sentry config generate-secret-key
Returns a string of random keys : +ga&o_@ctj*hsu91zwdwm4_715+kped+_68sq)ysmvt8(wi+
Use the secret key to perform the following operations :
# <secret-key> Replace with the secret key generated in the previous step docker run -it --rm -e SENTRY_SECRET_KEY='<secret-key>' --link sentry-postgres:postgres --link sentry-redis:redis sentry upgrade
A long wait …
A long wait …
A long wait …
# <secret-key> Replace with the secret key generated in the previous step docker run -d -p 9000:9000 --name my-sentry -e SENTRY_SECRET_KEY='<secret-key>' --link sentry-redis:redis --link sentry-postgres:postgres sentry
# <secret-key> Replace with the secret key generated in the previous step docker run -d --name sentry-cron -e SENTRY_SECRET_KEY='<secret-key>' --link sentry-postgres:postgres --link sentry-redis:redis sentry run cron
# <secret-key> Replace with the secret key generated in the previous step docker run -d --name sentry-worker-1 -e SENTRY_SECRET_KEY='<secret-key>' --link sentry-postgres:postgres --link sentry-redis:redis sentry run worker
installation is complete !!!
Participation of this paper Tencent cloud media sharing plan , You are welcome to join us , share .
版权声明
本文为[Coxhuang]所创,转载请带上原文链接,感谢
边栏推荐
- 年薪90万程序员不如月入3800公务员?安稳与高收入,到底如何选择?
- 【解决方案】分布式定时任务解决方案
- Web安全(一)---浏览器同源策略
- Let's talk about the locks in the database
- Getting started with go wire dependency injection
- Git code submission operation, and git push prompt failed to push some refs'xxx '
- 统计文本中字母的频次(不区分大小写)
- Count the frequency of letters in text (case insensitive)
- [original] the influence of arm platform memory and cache on the real-time performance of xenomai
- 尾-递
猜你喜欢
洞察——风格注意力网络(SANet)在任意风格迁移中的应用
盘点那些争议最大的编程观点,你是什么看法呢?
阿里terway源码分析
Git code submission operation, and git push prompt failed to push some refs'xxx '
Improvement of maintenance mode of laravel8 update
Ubuntu下搜狗输入法的下载安装及配置
爆一个VS2015 Update1更新带来的编译BUG【已有解决方案】
Don't treat exceptions as business logic, which you can't afford
微服务的出现和意义的探索
计组-总线通信控制之异步串行通信的数据传输
随机推荐
一万四千字分布式事务原理解析,全部掌握你还怕面试被问?
Let's talk about the locks in the database
Kylin on kubernetes' practice on eBay
WPF 关于绘图个人总结
Web安全(二)---跨域资源共享
GrowingIO 响应式编程探索和实践
The CPU does this without the memory
use Xunit.DependencyInjection Transformation test project
How to learn technology efficiently
More than 50 object detection datasets from different industries
微服务的出现和意义的探索
AFO记
awk实现类sql的join操作
Adobe Prelude /Pl 2020软件安装包(附安装教程)
Kylin on Kubernetes 在 eBay 的实践
Kubernetes服务类型浅析:从概念到实践
Web安全(四)---XSS攻击
Cpp(二) 创建Cpp工程
easyui dialog“缓存问题”
Git code submission operation, and git push prompt failed to push some refs'xxx '