This guide will help you on how to #install the LAMP stack (Linux, Apache, MariaDB, and PHP ) in your #Debian system.
LAMP stands for Linux, Apache, MySQL, and PHP. Together, they provide a proven set of software for delivering high-performance web applications.
For a web application to work smoothly, it has to include an operating system, a web server, a database, and a programming language.
A LAMP Stack is a set of open-source software that can be used to create websites and web applications.
LAMP is an acronym, and these stacks typically consist of the Linux operating system, the Apache HTTP Server, the MySQL relational database management system, and the PHP programming language.
To Install #LAMP stack on Ubuntu:
- Update your system. sudo apt-get update.
- Install Mysql. sudo apt-get install mysql-server mysql-client libmysqlclient-dev.
- Install #Apache server.
- Install #PHP (php7.0 latest version of PHP).
- Install #Phpmyadmin (for #database).
https://linuxapt.com/blog/87-install-linux-apache-mariadb-php-lamp-stack-on-debian-10