当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- Deep into web workers (1)
- AFO记
- Exploration and practice of growingio responsive programming
- Sentry 安装
- More than 50 object detection datasets from different industries
- Why do we need software engineering -- looking at a simple project
- Get started, GIT
- 留给快手的时间不多了
- 技术总监7年自述——如何选择一家好公司
- 【C++学习笔记】C++ 标准库 std::thread 的简单使用,一文搞定还不简单?
猜你喜欢
三步一坑五步一雷,高速成长下的技术团队怎么带?
技术总监7年自述——如何选择一家好公司
如何高效的学习技术
年薪90万程序员不如月入3800公务员?安稳与高收入,到底如何选择?
Using pipe() to improve code readability in pandas
How to learn technology efficiently
Insight -- the application of sanet in arbitrary style transfer
Ubuntu下搜狗输入法的下载安装及配置
编程界大佬教你:一行Python代码能做出哪些神奇的事情?
洞察——风格注意力网络(SANet)在任意风格迁移中的应用
随机推荐
What magic things can a line of Python code do?
easyui dialog“缓存问题”
Adobe media encoder / me 2021 software installation package (with installation tutorial)
Animation techniques and details you may not know
Insight -- the application of sanet in arbitrary style transfer
状态压缩:对动态规划进行降维打击
go wire 依赖注入入门
一文详解微服务架构
分享几个我日常使用的VS Code插件
The most hard core of the whole network explains the computer startup process
Kylin on kubernetes' practice on eBay
C language I blog assignment 03
使用jsDelivr加速你的网站
There's not much time left for Kwai Chung.
Static + code block + polymorphism + exception
Web安全(一)---浏览器同源策略
ngnix集群高并发
留给快手的时间不多了
快速上手Git
The CPU does this without the memory