Is there a one-click deployment script? I have been doing this all morning while compiling the source code. Is there any good solution?
My environment is now:
Alibaba Cloud, centos6, php5.6, mysql5.7
Is there a one-click deployment script? I have been doing this all morning while compiling the source code. Is there any good solution?
My environment is now:
Alibaba Cloud, centos6, php5.6, mysql5.7
lnmp.org
<code>lnmp.org</code>
yum install...
Unless you want to change the code in lnmp, or migrate and deploy on different Linux distributions, there is no need to compile it yourself.
It’s normal to spend a whole morning compiling.
lnmp, lamp, lnmpa one-click installation package
Usually, we check some information first to see what kind of environment and version of php are needed
Then we install it and write the successful cases into documents for future use