https://github.com/quanttide/quanttide-tutorial-of-devops
量潮DevOps教程
https://github.com/quanttide/quanttide-tutorial-of-devops
Last synced: 4 months ago
JSON representation
量潮DevOps教程
- Host: GitHub
- URL: https://github.com/quanttide/quanttide-tutorial-of-devops
- Owner: quanttide
- Created: 2023-12-12T11:23:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T11:33:27.000Z (over 2 years ago)
- Last Synced: 2023-12-13T12:20:34.845Z (over 2 years ago)
- Homepage: https://quanttide.github.io/quanttide-tutorial-of-devops/
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# DevOps入门
## 课程大纲
- 第一部分:DevOps简介
- 第二部分:围绕Coding介绍常用的DevOps方法和工具,包括Scrum、Git、CI、API文档等。
- 第三部分:介绍DevOps的完整循环,计划(plan)-> 编码(code)-> 编译(build)-> 测试(test)-> 发布(release)-> 部署(deploy)-> 运维(operate)-> 监控(monitor)
- 第四部分:介绍一些完整的体系,比如以我们的QtApps体系为例;或者一些注意事项,比如组织文化。
## 参考资料
- GitLab官方文档
- Coding官方文档