Installing The LAMP Stack On A Server

From Nick's Personal Wiki
Revision as of 10:59, 21 December 2023 by Nick (talk | contribs)
Jump to navigation Jump to search

LAMP Stack refers to the following software tools all running on the same server together:

L - Linux

A - Apache (replaceable with Nginx)

M - MySQL or MariaDB (replaceable with other database tools)

P - PHP or Python

For this page, Linux, Apache, MariaDB, and PHP will be used.


Prerequisites

Installing Apache

Installing MariaDB

Installing PHP