How to deploy php project

爱喝马黛茶的安东尼
Release: 2023-02-24 22:56:01
Original
4029 people have browsed it

How to deploy php project

Search phpStudy on Baidu and enter the official website.

How to deploy php project

Click "Download Now".

How to deploy php project

Related recommendations: "php tutorial"

Unzip the downloaded file and open phpStudy.exe.

How to deploy php project

Click "Start" to start the nginx and mysql services.

How to deploy php project

After startup, you need to pay attention to the running status bar. Both nginx and mysql running status need to be green!

How to deploy php project

Select "Other Options Menu" and then click "Website Root Directory" to pop up the root directory of the site. We put the relevant source code here.

How to deploy php project

Enter 127.0.0.1/phpinfo.php in the browser input box, and we can see the configuration of php.

How to deploy php project

For example, we can see in the picture above that I have a phpMyAdmin project. Enter 127.0.0.1/phpMyAdmin/ in the browser, so that we can access our php project and send the response Just put the source code in the directory of step 6!

How to deploy php project

The above is the detailed content of How to deploy php project. 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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template