You may be asking yourself what a LAMP Server is. You probably did not know that you use a web server when visiting a website.
A LAMP server is just another version. LAMP stands for Linux, Apache, MySQL, and PHP. These are the three modules that, when you put them together on one machine, will work as a web server to host a website.
There are others out there, like for Microsoft, it is an IIS server.
The script below is for a LAMP Server with the following:
Linux - Running Fedora
Apache but you can use NGINX if you prefer it. Just change the portions that are part of NGINX.
MySQL server - Set up a phpMyAdmin to have a web-based GUI.
PHP 5
For more information visit
https://gitea.fallenjedi.org/FallenJedi.org/LAMP-Server