当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- GrowingIO 响应式编程探索和实践
- Deep into web workers (1)
- 留给快手的时间不多了
- Adobe Prelude / PL 2020 software installation package (with installation tutorial)
- 使用 Xunit.DependencyInjection 改造测试项目
- Cpp(一) 安装CMake
- Kylin on Kubernetes 在 eBay 的实践
- Kubernetes服务类型浅析:从概念到实践
- Three steps, one pit, five steps and one thunder, how to lead the technical team under the rapid growth?
- Insight -- the application of sanet in arbitrary style transfer
猜你喜欢
What kind of technical ability should a programmer who has worked for 1-3 years? How to improve?
Kubernetes服务类型浅析:从概念到实践
14000 word distributed transaction principle analysis, master all of them, are you afraid of being asked in the interview?
【C++学习笔记】C++ 标准库 std::thread 的简单使用,一文搞定还不简单?
不懂数据库索引的底层原理?那是因为你心里没点b树
Big data algorithm - bloon filter
计组-总线通信控制之异步串行通信的数据传输
Ac86u KX Online
三步一坑五步一雷,高速成长下的技术团队怎么带?
使用 Xunit.DependencyInjection 改造测试项目
随机推荐
Web安全(一)---浏览器同源策略
Share several vs Code plug-ins I use everyday
分享几个我日常使用的VS Code插件
获取树形菜单列表
awk实现类sql的join操作
来自不同行业领域的50多个对象检测数据集
凯撒密码实现
某618大促项目的复盘总结
浅谈HiZ-buffer
Kubernetes服务类型浅析:从概念到实践
微信小程序request报400错误 @RequestBody接收不到
Don't treat exceptions as business logic, which you can't afford
IDEA-项目未自动生成 .iml 文件
How to deal with data leakage and deletion related to business life and death?
一文详解微服务架构
如何以计算机的方式去思考
On hiz buffer
Assembly function MCALL systemstack asmcgocal system call
AFO记
High concurrency in ngnix cluster