/sh

Linux运维系列快速部署脚本汇总网站!

Primary LanguageHTML

晓哥爱折腾,Linux运维系列,快速部署脚本大全!

wordpress 快速部署脚本!

curl -s https://pi-v.github.io/sh/wordpress_quick_install.html|bash

nginx 自动重载配置docker镜像快速构建!

curl -s https://pi-v.github.io/sh/autoreload_nginx_images.html|bash

keepalived-2.0.20 快速安装,默认安装在/usr/local下,配置文件在/usr/local/etc/keepalived中

curl -s https://pi-v.github.io/sh/keepalived-install.html|bash

快速部署helm,官方一键安装!

curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash