Developing and Debugging WEB Projects Using the XP Panel on Linux

Click the blue text above ● Follow Jie Chuang Yuan Linux

When developing and debugging WEB projects, the configuration of the development environment can sometimes be cumbersome. The XP Panel can be used to integrate the environment.

Official website of XP Panel:

https://www.xp.cn/

Developing and Debugging WEB Projects Using the XP Panel on Linux1. You can use the installation script of the XP Panel for one-click installation. Log in to the XP Panel management backendDeveloping and Debugging WEB Projects Using the XP Panel on Linux2. Use the LNMP one-click deployment in the “Software Store” to set up the integrated environment.Developing and Debugging WEB Projects Using the XP Panel on Linux3. Add a website, using the local address<span>127.0.0.1</span>Developing and Debugging WEB Projects Using the XP Panel on Linux4. Add a MySQL database.Developing and Debugging WEB Projects Using the XP Panel on Linux5. In the<span>/xp/www/</span> directory, find the newly added website directory for 127.0.0.1, create a test.php file, and write simple test code.Developing and Debugging WEB Projects Using the XP Panel on Linux6. Run<span>http://127.0.0.1/test.php</span> in the browser, the result is as follows:

Developing and Debugging WEB Projects Using the XP Panel on Linux7. In the<span>/xp/www/</span> directory, find the newly added website directory for 127.0.0.1, create a test.html file, and write simple test code.

Developing and Debugging WEB Projects Using the XP Panel on Linux8. Run<span>http://127.0.0.1/test.html</span> in the browser, the result is as follows:Developing and Debugging WEB Projects Using the XP Panel on Linux

If this article has been helpful to you, please follow the WeChat public account “Jie Chuang Yuan Linux” to get more technical content!

Leave a Comment