How to Install LAMP ( Apache2 MariaDB10 PHP7 ) on Ubuntu 18/19/20 LTS
How to Install LAMP ( Apache2 MariaDB10 PHP7 ) on Ubuntu 18/19/20 LTS
*** Website :
https://hvthang.com/install-lamp-stack-on-ubuntu/
*** Ubuntu tutorials ***
1. How to Install LAMP ( Apache2 MariaDB2 PHP7 ) on Ubuntu 18/19/20 LTS : https://youtu.be/i8ZRdxUrRT0
2. How to Install GLPI on Ubuntu 18/19/20 LTS : https://youtu.be/hYmSmg_7QxY
3. How to Install Cacti on Ubuntu 18/19/20 LTS : https://youtu.be/RysdnFo8C_U
4. How to Install Secure Apache with Let’s Encryt on Ubuntu 18/19/20 LTS : https://youtu.be/mGcqC3oOINw
******************************************************************************
*** Try Vultr for free with $100 : https://www.vultr.com/?ref=8372740-6G ***
******************************************************************************
*** Overview ***
****************
* What is the LAMP Stack?
The LAMP stack is a set of open-source software used for web application development. For a web application to work, it has to include an operating system, a web server, a database, and a programming language. Each layer of software is vital for creating a database-driven and dynamic website.
* The name LAMP is an acronym of the following programs:
– Linux Operating System
– Apache HTTP Server
– MySQL database management system
– PHP programming language
* It is critical to install each component of the stack separately and in a specific order. Here is a step-by-step tutorial on how to install the LAMP Stack on Ubuntu 18/19/20 LTS
* Prerequisites
– Ubuntu 18/19/20
– Ubuntu user with sudo privileges
– Access to a terminal/command line
by Happy Ghost
linux web server