LEMP is a variation of the ubiquitous LAMP stack used for developing and deploying web applications. Traditionally, LAMP consists of Linux, Apache, MySQL, and PHP. Due to its modular nature, the components can easily be swapped out. With LEMP, Apache is replaced with the lightweight yet powerful
Nginx.lsb_release -a ; hostname ; ip addr show
sudo apt install nginx mysql-server mysql-client php7.0 php7.0-fpm php7.0-mysql php7.0-mbstring php7.0-common php7.0-gd php7.0-mcrypt php-gettext php7.0-curl php7.0-cli php7.0-xml php7.0-cli -y
mysql_secure_installation
systemctl restart nginx.service php7.0-fpm.service mysql.service
Ещё видео!