Simple local server deployment

I stumbled upon a piece of software for building a local server while searching for learning materials, and I briefly learned about it. I attached my build process and problems encountered below.

第一次试手,如有误,望体谅,并留言指出,谢谢!

Software introduction

This software is called WampServer, Apache+Mysql/MariaDB+Perl/PHP/Python under windows, a group of open source software commonly used to build dynamic websites or servers. They are all independent programs, but because they are often put together Use, has a higher and higher degree of compatibility, and together form a powerful Web application platform.

Software Installation

1. First download the program, download the address WampServer , the download process is very simple, just next all the way. But there is one thing, if you have not installed it before, you will lack the operating environment. At the last step of the installation, you will be prompted to install the operating environment, and then you will be asked to install the operating environment. There is no connection to install the operating environment. According to the environment you need Download and install by yourself baidu or Google. During the installation process, you will be prompted to bind a Browser. (I don't know what it is for the time being)
2. The general situation after the installation is complete: there is a directory and the Installed directory
application icon is like thisApplication icon

Software use

The use process is also very simple.
First, find the name wwwin the directory, and place the files that need to be uploaded to the local server in this directory. Let me make a simple example.

Create a txt file and place it in this directory as follows. After the Create document
creation is complete, open the browser, enter localhost/file name in the search bar, and press Enter to view it.

Other functions and usage methods are being explored?...

Guess you like

Origin blog.csdn.net/weixin_43716048/article/details/87868632