Contents |
The LAMP stack of open-source software, which includes the Linux operating system, Apache Web server, MySQL database, PHP and Python, has pushed its way into mainstream corporate software development. In this article I will show you why the LAMP platform has become the platform of choice for the development and deployment of high performance Web applications.
To get a LAMP development environment fired up without the hassles of configuring everything from scratch you only need one thing, a Virtual Appliance.
A Virtual appliances is a pre-built, pre-configured, ready-to-run enterprise applications packaged with an operating system inside a virtual machine (I'm using Ubuntu 8.04). Virtual appliances are changing how Web applications are developed, distributed, deployed and managed, and they have many obvious benefits for developers.
Now that you've learned about the benefits of using a virtual appliance, it's time you try it out and experience it yourself.
$ sudo tasksel install lamp-server
If you need help configuring Apache, visit this page.
$ sudo apt-get install zend-framework
This will install the Zend Framework in:
/usr/share/php/libzend-framework-php
Enjoy your new Virtual Appliance, and welcome to the wonderful world of LAMP!