Does it feel very cumbersome to set up web development in Windows? Installing web services, mysql data, php, etc. Now with Bitnami, we don’t have to worry about it, it can be done with one click.
Apache+Mysql/MariaDB+Perl/PHP/Python under Windows, a set of open source software commonly used to build dynamic websites or servers. They are independent programs, but because they are often used together, they have With higher and higher compatibility, they form a powerful web application platform. With the vigorous development of the open source trend, open source LAMP has formed a tripartite trend with J2EE and .Net commercial software, and the software development project has a low investment cost in software, so it has attracted the attention of the entire IT community. LAMP is an open-source web development platform based on Linux, Apache, MySQL/MariaDB and PHP, a programming language sometimes replaced by Perl or Python. The term comes from Europe, where these programs were commonly used as a standard development environment. The name is derived from the first letter of each program. Each program adheres to open source standards in its ownership: Linux is an open system; Apache is the most versatile web server; mySQL is a relational database with additional tools for web-based management; PHP is a popular object scripting language that includes It has many of the best features of other languages to make web development more efficient. Developers using these tools in the Linux environment under the Windows operating system are called using WAMP.
wamp package reference:
https://bitnami.com/stack/wamp
1. Start the installation after downloading the package
2. Installation process , get it all the way next
3. Finally, test it
Add test.php under Apache htdocs
1 2 3 |
|
The above introduces the installation of Bitnami's WAMP service suite, including wamp and ami content. I hope it will be helpful to friends who are interested in PHP tutorials.