Configuring a LAMPP server for PHP development

From Joomla! Documentation

Revision as of 20:02, 4 May 2012 by Enav (talk | contribs)
Quill icon.png
Page Actively Being Edited!

This article is actively undergoing a major edit for a short while.
As a courtesy, please do not edit this page while this message is displayed. The user who added this notice will be listed in the page history. This message is intended to help reduce edit conflicts; please remove it between editing sessions to allow others to edit the page. If this page has not been edited for several hours, please remove this template, or replace it with {{underconstruction}} or {{incomplete}}.

Theses instructions should work fine on any Debian based distribution such as Debian, Ubuntu, LinuxMint, Xubuntu, Kbuntu and others.

The letters LAMPP stand for Linux, Apache, MySQL, PHP and PhpMyAdmin, Linux is the operative system we are using and the rest are services also known as the "AMP stack" that we need to install and configure to create our development environment.

Most professional, high performance and high traffic web servers in the world runs on Linux, then is always a great idea to develop your project on Linux from the very beginning and help yourself avoid compatibility problems in your projects when you want migrate them to a live server.

You can install a LAMPP server on your own Linux desktop, in a Linux server or in a Linux virtual machine, All these options can be used for the development of PHP projects, but for this article we are going to focus on Linux desktop, feel free to add more alternatives and document them in the following list.