Difference between revisions of "Configuring a LAMPP server for PHP development/Linux desktop"

From Joomla! Documentation

< Configuring a LAMPP server for PHP development
m
Line 9: Line 9:
  
 
== Installation ==
 
== Installation ==
 +
'''NOTE:''' You need a stable Internet connection for this tutorial
 +
 +
The installation of a LAMPP server on Linux is extremely easy, just follow this instructions:
 +
 +
* Open a terminal and type:
 +
 +
<tt>sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server phpmyadmin</tt>
 +
 +
 +
 +
 +
  
 
== Understanding the folder structure ==
 
== Understanding the folder structure ==

Revision as of 20:44, 4 May 2012

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}}.

Introduction[edit]

This article provides detailed instructions for configuring a LAMPP server, not only for Joomla! it also should work fine for PHP development in general.

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

Installation[edit]

NOTE: You need a stable Internet connection for this tutorial

The installation of a LAMPP server on Linux is extremely easy, just follow this instructions:

  • Open a terminal and type:
sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server phpmyadmin




Understanding the folder structure[edit]

Fine tuning[edit]