Home >Backend Development >PHP Tutorial >PHP 700 one-click installation script

PHP 700 one-click installation script

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-29 09:11:091430browse

OSCM (Operation System Configure Management) is a project I created to automate operation and maintenance scripts, aiming to provide agile operation and maintenance. Traditional automated operation and maintenance tools such as ansible, saltstack, puppet are not flexible enough, have cumbersome configuration, have many limitations, etc. These tools are more suitable for operation and maintenance personnel without software development foundation. For people who move from software engineers to the operation and maintenance field, these tools are useless.

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

I write commonly used operation and maintenance as Shell fragments, and use them in combination according to different environments. Since it is written in shell, it can be used freely without any restrictions and is more flexible.

Nginx installation script

?

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 installation script

?

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

The above introduces the PHP 700 one-click installation script, including centos7 and github content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn