Home>Article>Backend Development> What are the installation steps for phpstudy?
phpstudy installation steps:
1. Download PHPStudy
2. Installation
2.1 Select language , there are two options: English and Simplified Chinese, [OK]:
2.2 Instructions for the installation wizard. phpStudy is very well integrated. Basically, the wizard includes everything you need. Settings, [Next step]:
2.3 License agreement, are there any options? [Next step]:
Related recommendations: "PHP Getting Started Tutorial"
2.4 The prompt is very clear, select the installation path of the integrated environment, the default is "C: Program FilesphpStudy". Then [Next step]:
2.5 Select "Virtual Folder", and the php files you will make will be placed here for testing. This article is "D: www" , you can choose whatever you want, but do not choose the Chinese directory. Then [Next step]:
#2.6 Select the components that need to be installed. Choose one of IIS and Apache. This article chooses Apache. If IIS is already installed on the system, please select IIS&PHP, otherwise conflicts may occur. Then [Next step]:
2.7 Install shortcuts and desktop icons:
2.8 Options in the installation wizard Confirm, then click [Install]:
2.9 Start copying files, registering, and starting services:
2.10 Finally installed:
3. After installation and startup, an icon will be displayed in the "system tray area". Click the left button on the icon to pop up the management menu. , please slowly understand the specific functions:
4. MySQL management, click on phpMyAdmin in the menu, and the following picture will pop up. Default MySQL database username: root, password root, host name: localhost.
##5. Test whether the installation is successful. Enter "http://127.0.0.1" or "http" in the browser address bar. ://localhost", if the file list can be displayed, it means the installation is successful: Copy a PHP file to "D: www" and see if it can be parsed.The above is the detailed content of What are the installation steps for phpstudy?. For more information, please follow other related articles on the PHP Chinese website!