Difference between revisions of "Configuring a LAMPP server for PHP development"
From Joomla! Documentation
(Remove page that doesn't seem to have ever existed) |
(Include a new option to a docker LAMPP for development/test on Windows Desktop) |
||
Line 13: | Line 13: | ||
* [[Configuring a LAMPP server for PHP development/Linux desktop | Linux desktop]] | * [[Configuring a LAMPP server for PHP development/Linux desktop | Linux desktop]] | ||
* [[Configuring a LAMPP server for PHP development/Linux server | Linux server]] | * [[Configuring a LAMPP server for PHP development/Linux server | Linux server]] | ||
+ | * [[Configuring a Docker LAMPP server for PHP development on Windows Desktop | Docker LAMPP on Windows Desktop]] | ||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Server configurations]] | [[Category:Server configurations]] |
Revision as of 18:27, 14 December 2021
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 setup 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 project when you want migrate it 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.
Select an option to continue reading.