博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
PHP 7.0.0 一键安装脚本
阅读量:7227 次
发布时间:2019-06-29

本文共 1053 字,大约阅读时间需要 3 分钟。

hot3.png

OSCM (Operation System Configure Management) 是我创建的一个自动化运维脚本的项目,旨在提供敏捷运维。传统自动化运维工具例如  , ,  不够灵活,配置繁琐,很多限制等等。这些工具更适合没有软件开发基础的运维人员。对于从软件工程师转到运维领域的人,这些工具就是鸡肋。 

我将常用的运维写成 Shell 片段,根据环境的不同,加以组合使用。由于是shell 编写,可能自由发挥,不受任何限制,更灵活。

Nginx 安装脚本

curl -s https://raw.githubusercontent.com/oscm/shell/master/os/centos7.sh | bashcurl -s https://raw.githubusercontent.com/oscm/shell/master/os/ntpd/ntp.sh | bashcurl -s https://raw.githubusercontent.com/oscm/shell/master/os/user/www.sh | bashcurl -s https://raw.githubusercontent.com/oscm/shell/master/web/nginx/nginx.centos7.sh | bash

PHP 安装脚本

curl -s https://raw.githubusercontent.com/oscm/shell/master/os/user/www.sh | bashcurl -s https://raw.githubusercontent.com/oscm/shell/master/lang/gcc/gcc.sh | bashcurl -s https://raw.githubusercontent.com/oscm/shell/master/lang/php/devel.sh | bashcurl -s https://raw.githubusercontent.com/oscm/shell/master/lang/php/php-7.0.0.sh | bashcurl -s https://raw.githubusercontent.com/oscm/shell/master/lang/php/php-7.0.0-default.sh  | bash

转载于:https://my.oschina.net/neochen/blog/538647

你可能感兴趣的文章
iOS仿今日头条、壁纸应用、筛选分类、三方微博、颜色填充等源码
查看>>
诡异!React stopPropagation失灵
查看>>
Python_OOP
查看>>
个人博客开发系列:评论功能之GitHub账号OAuth授权
查看>>
mongodb--安装和初步使用教程
查看>>
ES6简单总结(搭配简单的讲解和小案例)
查看>>
text-decoration与color属性
查看>>
如何使用Mybatis第三方插件--PageHelper实现分页操作
查看>>
PyCharm搭建GO开发环境(GO语言学习第1课)
查看>>
Android交互
查看>>
提醒我喝水chrome插件开发指南
查看>>
列表数据转树形数据
查看>>
Java新版本的开发已正式进入轨道,版本号18.3
查看>>
从零开始的webpack生活-0x009:FilesLoader装载文件
查看>>
在electron中实现跨域请求,无需更改服务器端设置
查看>>
gitlab-ci配置详解(一)
查看>>
听说你叫Java(二)–Servlet请求
查看>>
案例分享〡三拾众筹持续交付开发流程支撑创新业务
查看>>
FreeWheel业务系统微服务化过程经验分享
查看>>
移动互联网下半场,iOS开发者如何“高薪”成长?
查看>>