First, the preparatory work
- Build the Environment: reference: Windows build PHP development environment and related considerations
- Phpcms V9: Download suitable for yourself Phpcms V9 version to local or server,: http://www.phpcms.cn/html/download/
Description: The official offers 2 different codes. Includes GBK Simplified Chinese version (recommended), UTF-8 Simplified Chinese version. If your site is primarily a domestic member, it is recommended that you use the GBK version.
Add the Install_package file to the Apache24\htdocs directory
- PhpMyAdmin:: https://www.phpmyadmin.net/downloads/
Unzip the phpMyAdmin installation package into the Apache24\htdocs directory
Second, installation
1, installation Phpcms
Start the Apache24 service, open in the browser:Http://localhost:8080/install into the ready to install the interface:
After reading the license agreement, click "Start Installation", the system will automatically check the environment as shown in:
Click "Next" to enter the module installation and set the Phpsso interface as shown in
Detect success, click "Next", that is, enter the directory permission detection interface, as shown in
Detection success, click "Next" to enter the database information configuration interface
Note: The database account is the account that was filled in when MySQL was installed
The database name defaults to: PHPCMSV9
The data table prefix defaults to: v9_
Database Character set: UTF8
The default for Super Admin account and password is: phpcms
Click "Next" to start the installation
Installation Complete
Login with Administrator account Phpcms:
Based on the above 3 operations, generate the first page:
2, Installation phpMyAdmin
Enter in the browser: http://localhost:8080/phpmyadmin/Open the login screen:
You can see the generated database after you log in phpcmsv9
This document organizes the reference addresses:
http://v9.help.phpcms.cn/html/install/
http://www.phpcms.cn/index.php?m=content&c=index&a=show&catid=19&id=51
Window Installation Phpcms V9