Shell script enables Linux to deploy workerman with one click

problem description

CentOs7 system, shell script implements one-click deployment of workerman

the environmental background of the problems and what methods you have tried

CentOs7 system
try Baidu to find information but failed to solve

related codes

/ / Please paste the code text below (do not replace the code with pictures)
related code is not available

what result do you expect? What is the error message actually seen?

execute .sh file and deploy workerman, automation with one click

Jun.24,2021

there are installation scripts on the official website, but they are separate. You can just put them into shell and execute them together.
such as

yum install php-cli php-process git gcc php-devel php-pear libevent-devel -y 
cd // && git clone https://github.com/walkor/Workerman
Menu