Bin-Blog logoBin-Blog

Learn about the latest in Web Development – as soon as I do.

Posts Tagged ‘lamp’

Compile and Install a LAMP(Linux/Apache/MySQL/PHP) Server from Source

By • Sep 22nd, 2008

In the last post, I described the method to install a LAMP server using apt in debian. But in some occasions, we need the latest build of the software – then we have to install it from source.



Installing LAMP(Apache Web Server/PHP/MySQL) in Debian/Ubuntu

By • Sep 16th, 2008

Installing the LAMP environment on a Linux system is easy if you are comfortable with using the native package management software. If you on a Red Hat/Fedora/CentOS system, that will be yum – and for Debian/Ubuntu systems, that will be apt. This tutorial shows you how to install Apache 2, PHP 5 and MySQL 5 in Debian using apt.