Home  >  Article  >  Backend Development  >  How to build a website with phpcms

How to build a website with phpcms

王林
王林Original
2019-10-14 17:58:043912browse

How to build a website with phpcms

Step 1: Install the IIS server

To run the program, it needs to be hosted by the server. Therefore, to develop or use open source websites or programs, you must first build them IIS server, as shown in the figure:

How to build a website with phpcms

Step 2: Configure PHP environment

PHPCMS is different from static html and C# and other programs. C# only needs to build IIS and Just install the database. PHP and Java need to configure the response environment. The final result of PHP configuration is as shown in the figure.

How to build a website with phpcms

Step 3: Install the MySQL database

The data of the PHP program uses the MySQL language, so in order for the program to run normally, a database is required Loading, so the database needs to be installed, as shown in the figure:

How to build a website with phpcms

Step 4: Build phpmyadmin

phpmyadmin is an integrated php environment, so, Building phpmyadmin is helpful for the execution of open source programs. The final result is as shown in the figure:

How to build a website with phpcms

Step 5: Prepare the PHPCMS installation package

Download PHPCMS installation from the PHPCMS official website Package to the desktop and unzip it, and wait for installation, as shown in the figure:

(Special note: PHPCMS has two versions, Simplified Chinese and UTF-8. When downloading, please refer to the database installation version to download)

How to build a website with phpcms

Step 6: Build the IIS website of PHPCMS

Only after building the PHPCMS website in IIS can the program be installed and executed, as shown in the figure:

How to build a website with phpcms

Step 7: Install PHPCMS

Enter the IIS website where PHPCMS is located in the browser, open the installation page, and perform initial installation, as shown in the figure:

How to build a website with phpcms

Step 8: Detect the running environment

The installation program will automatically detect the running environment. Click Next for initialization, as shown in the figure:

How to build a website with phpcms

Recommended tutorial: PHP video tutorial

The above is the detailed content of How to build a website with phpcms. 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