VpsAdd Tutorial: Commonly used Linux VPS one-click installation of Web website environment scripts

888u

Last update at :2024-01-07,Edit by888u

VpsAdd tutorial: Commonly used Linux VPS one-clickInstall Web website environment script

Regarding installing the Web panel in the Linux server, what I want to share today is to use the Linux one-click installation script to install the Web environment required for deployment. Of course, if you like to toss and deploy by yourself, then customize the compilation and installation. To save time and quickly, you can use these free one-click installation commands on the Internet.

First, LNMP Keypack

Official website: http://lnmp.org Brief introduction: This should be familiar to many people. The LNMP one-click package from Jun Ge has been around for many years now, and the version has reached 1.3, and a new version will be updated almost every year on June 1st (unless special patch). Supports installation of lnmp, lnmpa or lamp in CentOS/RHEL/Fedora/Debian/Ubuntu and other systems. Advantages of the script: After all, the lnmp script has been around for a certain period of time and is considered a relatively mature script. Moreover, there are many documents on the Internet. If you encounter problems, you can find solutions more easily. You can quickly install newer versions of PHP, MySQL and other software nginx, apache web environment. installation method: screen -S lnmp wget -c http://soft.vpser.net/lnmp/lnmp1.3.tar.gz && tar zxf lnmp1.3.tar.gz && cd lnmp1.3 && ./install.sh lnmp If we need to install lnmpa or lamp, we can also replace the parameters after ./install.sh with lnmpa or lamp. Second, OneinStack one-click package Official website: https://oneinstack.com Brief introduction: A one-click package program independently developed by the Linuxeye blogger. Although it did not start as early as Lnmp, it has been developing very rapidly recently. The main reason is that it updates quickly, can quickly update the latest software version, and can have various functions. combination installation. For example, you can quickly install lnmp, lamp, lnmpa, and lnmt. Script advantages: Although the oneinstack one-click script is not new, it has been practiced by a large number of users after this period of development. Basically, there are no major problems, and various combinations and various software can be selected according to actual needs. Version. Script installation: (centos) yum -y install wget screen curl python wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz tar xzf oneinstack-full.tar.gz cd oneinstack screen -S oneinstack ./install.sh This installation script is installed into the centos environment. If you need to install it in the debian environment, you can go to the official website to view the installation commands. Third, LAMP one-click package Official website: https://lamp.sh Brief introduction: LAMP one-click installation package can be used to install LAMP (Linux + Apache + MySQL/MariaDB + PHP) production environment on VPS or server of CentOS/RadHat/Debian/Ubuntu system. Contains ZendGuardLoader, ionCube PHP Loader, XCache, OPcache, memcached, Redis, GraphicsMagick, ImageMagick, Swoole and other components. Advantages of scripts: If our webmaster users do not need a particularly complex installation environment, for example, some netizens like the Apache environment, you can use this LAMP script by Teddysun author. Moreover, the author is quite diligent in updating. PHP has reached 7.0 and MySQL has reached 5.7. An automatic backup script has also been added. Script installation: (centos) yum -y install wget screen unzip wget -O lamp.zip https://github.com/teddysun/lamp/archive/master.zip unzip lamp.zip cd lamp-master/ chmod +x *.sh screen -S lamp ./lamp.sh This installation script is installed into the centos environment. If you need to install it in the debian environment, you can go to the official website to view the installation commands. Fourth, LTMP one-click package Official website: http://www.ltmp.cc Brief introduction: According to the official introduction, this LTMP script should be based on the streamlining and modification process of other LNMP scripts and environments on the Internet, and can be installed into an LTMP (Nginx, Tengine, Apache, MySQL, MariaDB, PHP, phpMyAdmin) environment. Advantages of the script: Although this script is modified from some scripts on the Internet, it can be used directly if you need to install the Tengine one-click environment. According to the author, some optimizations have been done, but Lao Zuo has not used it. Yes, if anyone has used it, please comment. Script installation: wget -c http://www.ltmp.cc/download/ltanmp.tar.gz tar zxvf ltanmp.tar.gz cd ltanmp ./centos.sh Fifth, EZHTTP one-click package Official website: https://www.centos.bz Brief introduction: This one-click package script comes from Centos. BZ blogger has considerable experience in Linux operation and maintenance. After integrating previous scripts, he launched the EZHTTP one-click script. Supports most versions and environments of centos, ubuntu, and debian. You can install lamp, lnmp, and lnamp web environments. Advantages of the script: This script can help us quickly install common web environments such as lamp and lnmp, but it seems that it is not currently under maintenance. For example, the php version is still stuck at php5.6. Script installation: git clone https://github.com/centos-bz/ezhttp.git cd ezhttp chmod +x start.sh ./start.sh

Recommended site search: website query domain name entrance, free cn domain name registration, what is the server, domain name, cloud server vps, Hong Kong cloud server, host server rental, second ip server change, dynamic mainland China ip agent, vps change ip,

VpsAdd Tutorial: Commonly used Linux VPS one-click installation of Web website environment scripts

All copyrights belong to 888u unless special state
取消
微信二维码
微信二维码
支付宝二维码