Difference between revisions of "Installing The LAMP Stack On A Server"
Jump to navigation
Jump to search
(Page creation.) |
|||
| Line 1: | Line 1: | ||
| − | + | 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 == | ||
Revision as of 10:59, 21 December 2023
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.