Home > Article > Backend Development > How to automatically install the php environment in linux
How to automatically install the PHP environment on Linux: 1. Check whether it is a pure system; 2. Install through "yum install"; 3. Log in to the Pagoda software; 4. Install various lnmp environments.
The operating environment of this article: linux5.9.8 system, Pagoda panel version 7.7.0, DELL G3 computer
How to automatically install Linux php environment?
Use Pagoda software to automatically install the php environment on Linux
1. Make sure it is a pure system
Make sure it is a clean operating system and no other environment belts have been installed Apache/Nginx/php/MySQL, otherwise it will not be installed
2. Install with sudo
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
3. Installation completed
The installation is successful, then start it in the win you are using, add the ip address of the remote pagoda software to the 8888 port number (username: 5wjowegk, password: 92351e35)
4 , Log in to the Pagoda software
5. Installation of lnmp in various environments
## ps: As a personal note, refer to the source url (https://blog.csdn.net/xudailong_blog/article/details/80387240) Recommended study: "PHP Video Tutorial》
The above is the detailed content of How to automatically install the php environment in linux. For more information, please follow other related articles on the PHP Chinese website!