LNMP one-click installation package

The LNMP one-click installation package is a shell program written in Linux Shell that can install the LNMP production environment for CentOS/RHEL/Fedora/Aliyun/Amazon, Debian/Ubuntu/Raspbian/Deepin/Mint Linux VPS or independent host

What is the LNMP one-click installation package?

It is a Shell can be written as//Fedora/Aliyun/,/Ubuntu/Raspbian/Deepin/Mint Linux VPS or standalone host installation LNMP (//PHP), LNMPA(Nginx/MySQL/PHP/),(Apache/MySQL/PHP) Shell program for the production environment.

Why do you need LNMP one-click installation package?

Compilation and installation require entering a large number of commands, and configuring a production environment takes a lot of time.
Webmasters who don't know Linux or Linux novices want to use Linux as a production environment...

What are its advantages and functions?

No need to enter commands one by one, no need to be on duty, compile and install to optimize compilation parameters, improve performance, solve unnecessary dependencies between software, and especially automatically optimize configuration.

Supports custom Nginx, PHP compilation parameters and websites andDirectory, support for generating LetseEcrypt certificates, LNMP mode supports multiple PHP versions, supports separate/MySQL//Pureftpd server, and also provides some practical auxiliary tools such as:Management, FTP user management, Nginx, MySQL/MariaDB, PHP upgrade, installation of common cache components Redis/Xcache, etc., resetting MySQL root password, 502 automatic restart, log cutting, SSH protection DenyHosts/Fail2Ban, backup and many other practical scripts.

Why adopt the LNMP architecture?

There is no need to say much about the advantages of using Linux, PHP, and MySQL.

Nginx It is a small and efficient web server software for Linux, which was created by Igor SysoevThe second most visited Rambler.ru The site has been developed and has been running on some large Russian websites for many years., industry websites are also using Nginx, quite stable.

Nginx It is quite stable, feature-rich, easy to install and configure, and requires low system resources...

LNMP one-click installation package download

Latest stable version:

LNMP 1.8

Download version: (does not include source code installation package files, only installation scripts and configuration files)
http://soft.vpser.net/lnmp/lnmp1.8.tar.gz
File size: 170KB :2b2f49df20dd62484cef5976e0e79679

Full version:
http://soft.vpser.net/lnmp/lnmp1.8-full.tar.gz
File size: 909MB MD5: 3027d97ff1c4d19141dc8b243f4135ec

Last updated: November 4, 2021 12:21 GMT+8 Specific update content can be https://github.com/licess/lnmp View on.

Linode users can directly search in Community StackScripts: licess and use stackscripts to select options and fill in information for unattended installation.

Tested version:

LNMP 1.9

Download version: (does not include source code installation package files, only installation scripts and configuration files)
http://soft.vpser.net/lnmp/lnmp1.9beta.tar.gz
File size: 182KB MD5: e2674c4a15b7d7d84015d26dc6ecad7e

Last updated: April 7, 2022 13:20 GMT+8 Specific update content can be https://github.com/licess/lnmp View on.

Install the LNMP one-click installation package

Installation steps:
First use putty orSSH tool login, install it after logging in screen.

dnf install screen

If you cannot install screen needsource.

How to Install and Enable EPEL on CentOS 9 Stream

After the installation is complete, run screen to open a new window and install lnmp.

screen -S lnmp

If the network is disconnected, you can reconnect SSH and execute screen -r lnmp to see your lnmp installation progress.

Sometimes screen exits abnormally and may prompt the status as Attached. You can execute:screen -D -r lnmp Perform recovery.

Sometimes multiple screen sessions with the same name may be created. You can execute:screen -ls View the session id of the corresponding session, and then usescreen -D -r sessionid Perform recovery.

Download and install the LNMP one-click installation package.

Install the LNMP stable version. If the wget command is not installed, install wget first, and then download and install the lnmp installation package.

dnf install wget

wget http://soft.vpser.net/lnmp/lnmp1.8.tar.gz -cO lnmp1.8.tar.gz && tar zxf lnmp1.8.tar.gz && cd lnmp1.8 && ./install.sh lnmp

If you need to install LNMPA or LAMP, replace the parameter lnmp after ./install.sh with lnmpa or lamp. It also supports the installation of Nginx or database separately, the command is ./install.sh nginx or ./install.sh db. If you need to change the website and database directory, customize Nginx parameters, PHP parameter module, enable lua, etc., you need to modify the lnmp.conf file in the installation package directory before running the ./install.sh command.

LNMP one-click installation package

Note: MySQL 5.6, 5.7, 8.0 and MariaDB 10 must be selected on a higher configuration with more than 1G of memory.

If there is an error in the input and you need to delete it, you can hold down Ctrl and press the Back key to delete it.

After setting the MySQL root password, enable MySQL InnoDB, and then select the PHP version. After selecting the PHP version, start installing LNMP.

 

 

 

score

Leave a Reply

Your email address will not be published. Required fields are marked *