首页 >后端开发 >php教程 >PHP 700 一键安装脚本

PHP 700 一键安装脚本

WBOY
WBOY原创
2016-07-29 09:11:091400浏览

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

https://github.com/oscm/shell/

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

Nginx 安装脚本

?

1

2

3

4

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/os/<strong>centos7</strong>.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/os/ntpd/ntp.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/os/user/www.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/web/nginx/nginx.<strong>centos7</strong>.sh | bash

PHP 安装脚本

?

1

2

3

4

5

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/os/user/www.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/lang/gcc/gcc.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/lang/php/devel.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/lang/php/php-7.0.0.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/lang/php/php-7.0.0-default.sh  | bash

以上就介绍了PHP 700 一键安装脚本,包括了centos7,github方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn