Home >Backend Development >PHP Tutorial >PHP 700 one-click installation script
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 |
|
PHP installation script
?
1 2 3 4 5 |
|
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.