How to automatically install the php environment in linux

藏色散人
Release: 2023-03-13 13:30:01
Original
2063 people have browsed it

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.

How to automatically install the php environment in linux

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!