An open API service indexing awesome lists of open source software.

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教程

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官方文档