Home  >  Article  >  Backend Development  >  How to deploy php website

How to deploy php website

藏色散人
藏色散人Original
2019-10-02 10:11:348551browse

How to deploy php website

How to deploy a php website?

Search phpStudy on Baidu and see the official website. We click on the first search content link.

phpStudy download address: https://www.xp.cn/download.html

How to deploy php website

Carousel image on the official website homepage You can see the words phpStudy download immediately. It is a convenient PHP integrated development environment and currently only supports the windows platform.

How to deploy php website

After downloading, double-click the software to decompress it. I decompress it now on the d drive. Let’s open this software.

How to deploy php website

Click the start button like a fool to start nginx and mysql services.

How to deploy php website

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 website

Select the other options menu->Website root directory, and the root directory of the site will pop up. We put the relevant source code here.

How to deploy php website

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

How to deploy php website

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 website

The above is the detailed content of How to deploy php website. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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