当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- 统计文本中字母的频次(不区分大小写)
- 在 Amazon SageMaker 管道模式下使用 Horovod 实现多 GPU 分布式训练
- Animation techniques and details you may not know
- Analysis of kubernetes service types: from concept to practice
- 手撕算法-手写单例模式
- 不懂数据库索引的底层原理?那是因为你心里没点b树
- Adobe media encoder / me 2021 software installation package (with installation tutorial)
- Don't treat exceptions as business logic, which you can't afford
- Why do we need software engineering -- looking at a simple project
- 当 TiDB 与 Flink 相结合:高效、易用的实时数仓
猜你喜欢
随机推荐
Don't treat exceptions as business logic, which you can't afford
动态规划——用二进制表示集合的状态压缩DP
Git code submission operation, and git push prompt failed to push some refs'xxx '
[random talk] the goal and way of software design
30岁后,你还剩下什么?
The emergence and significance of micro service
[C + + learning notes] how about the simple use of the C + + standard library STD:: thread?
Ac86u KX Online
websocket+probuf.原理篇
Practice of Xiaoxiong school development board: real equipment access of smart street lamp sandbox experiment
Data transmission of asynchronous serial communication controlled by group bus communication
Adobe media encoder /Me 2021软件安装包(附安装教程)
京淘项目day09
In the age of screen reading, we suffer from attention deficit syndrome
On the coverage technology and best practice of go code
Web安全(二)---跨域资源共享
Animation techniques and details you may not know
laravel8更新之维护模式改进
C language I blog assignment 03
[original] the influence of arm platform memory and cache on the real-time performance of xenomai