Difference between revisions of "Installing The LAMP Stack On A Server"

From Nick's Personal Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
== Prerequisites ==
 
== Prerequisites ==
 +
 +
Ensure that you have created, configured, and secured a remote server at least at a basic level and that all the software packages installed are up to date. A Wiki page to do so can be found [http://198.74.59.177/wiki/index.php/Creating_And_Configuring_A_Remote_Server here.]
  
  

Revision as of 11:01, 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.


Prerequisites

Ensure that you have created, configured, and secured a remote server at least at a basic level and that all the software packages installed are up to date. A Wiki page to do so can be found here.


Installing Apache

Installing MariaDB

Installing PHP