oscm

PHP 7.0.0 一键安装脚本

半城伤御伤魂 提交于 2019-12-05 08:30:55
OSCM (Operation System Configure Management) 是我创建的一个自动化运维脚本的项目,旨在提供敏捷 运维。传统自动化运维工具例如 ansible , saltstack , puppet 不够灵活,配置繁琐,很多限制等等。这些工具更适合没有软件开发基础的运维人员。对于从软件工程师转到运维领域的人,这些工具就是鸡肋。 https://github.com/oscm/shell/ 我将常用的运维写成 Shell 片段,根据环境的不同,加以组合使用。由于是shell 编写,可能自由发挥,不受任何限制,更灵活。 Nginx 安装脚本 curl -s https://raw.githubusercontent.com/oscm/shell/master/os/centos7.sh | bash curl -s https://raw.githubusercontent.com/oscm/shell/master/os/ntpd/ntp.sh | bash curl -s https://raw.githubusercontent.com/oscm/shell/master/os/user/www.sh | bash curl -s https://raw.githubusercontent.com/oscm/shell/master/web/nginx

CentOS 7 + nginx-1.12 + php-7.2 + MySQL-5.7

爷,独闯天下 提交于 2019-12-03 09:49:39
CentOS 7 + nginx-1.12 + php-7.2 + MySQL-5.7 使用 Netkiller OSCM 一键安装PHP环境 Mr. Neo Chen (陈景峯), netkiller, BG7NYT 中国广东省深圳市龙华新区民治街道溪山美地 518131 +86 13113668890 < netkiller@msn.com > $Id: setup.xml 608 2013-05-31 11:25:25Z netkiller 版权声明 转载请与作者联系,转载时请务必标明文章原始出处和作者信息及本声明。 文档出处: http://netkiller.github.io http://netkiller.sourceforge.net 微信扫描二维码进入 Netkiller 微信订阅号 QQ群:128659835 请注明“读者” 2018-01-12: 2013-05-31 19:25:25 +0800 (Fri, 31 May 2013) 摘要 在工作中,需要经常为新系统安装软件,重复而简单,但又不得不作,我将过去几年中工作中临时写的脚本这里了一下,能够实现半自动化安装标本,只需要Ctrl+C, Ctrl+V 快速粘贴复制,即可快速完成安装 目录 1. CentOS 7 64bit (Minimal ISO) 安装后 新机初始化常用软件包安装 2. MySQL