本文来源于 慕课网课程 《系统学习 Docker 践行 DevOps 理念》 本课程发布于 2018 年,部分知识可能已过时 第 3 章 Vagrant 部署 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 sudo ip
此课程涉及到的技术:ansible + zabbix + jumpServer(堡垒机) + ELK + Jenkins + Gogs(Git 服务器,占用资源少) 自动化运维的好处: 批量管理 及时监控报警
添加 A 记录 在域名服务商处,添加四条 A 记录: 1 2 3 4 185.199.108.153 185.199.109.153 185.199.110.153 185.199.111.153 查看是否解析成功(EXAMPLE.COM 替换为自己的域名) 1 dig EXAMPLE.COM +noall +answer 成功的话,会有
!!! 时间太长,方法可能有所不同了 以我的博客(liutao-me.github.io)为例,自动部署通常有两种: 源码在 master 分支,部署后的在 gh-pages 分
按照官方文档操作即可,不再赘述。 https://gohugo.io/getting-started/quick-start/ 1 2 3 4 5 6 7 8 9 10 11 12 brew install hugo hugo version hugo new site blog cd blog git init git submodule add https://github.com/panr/hugo-theme-terminal.git themes/terminal echo 'theme = "terminal"' >> config.toml hugo new posts/install_hugo.md hugo server -D Deploy to GitHub Page 参考 https://segmentfault.com/a/1190000012975914 需注意,