Last update at :2024-07-12,Edit by888u
Nowadays, there are really abundant network resources. As non-professional practitioners, if we can learn to find resources and use them, we can still survive in a certain industry faster. For example, Snail met many so-called front-end developers. If they were asked to fully develop a certain front-end or a certain function, they might not be able to handle it, but these friends are good at finding online resources and solving problems.
This is the same as when we use Linux VPS to build a website. Many of us may have transitioned from virtual hosting because of necessary project requirements and the need to use a VPS or server. However, after all, there is still a little technical threshold and operating habits. , it is a little difficult to deploy the WEB environment. So we looked for quick and free resources, and thought of using the Web panel and Linux one-click package to install the Web environment.
Regarding the installation of the Web panel in the Linux server, Snail will sort it out in future articles. 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 one-click package
Official website: http://lnmp.org
A 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 there is a 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. It is considered a relatively mature script, and 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 lnmpwget -c http://soft.vpser.net/lnmp/lnmp1.3.tar.gz && tar zxf lnmp1.3.tar.gz && cd lnmp1.3 && ./install.sh lnmp
If you 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 Linuxeye bloggers. Although it did not start as early as Lnmp, it has been developing very rapidly recently, mainly because it updates quickly and can quickly update the latest software version. Various combinations of installations are possible. 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 the majority of users after this period of development. Basically, there are no major problems, and various combinations and various types can be selected according to actual needs. version of the software.
Script installation: (centos)
yum -y install wget screen curl pythonwget http://mirrors.linuxeye.com/oneinstack-full.tar.gztar xzf oneinstack-full.tar.gzcd oneinstackscreen -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 the script: 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 unzipwget -O lamp.zip https://github.com/teddysun/lamp/archive/master.zipunzip lamp.zipcd lamp-master/chmod +x *.shscreen -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's description, some optimizations have been done, but the specific snail is also I haven’t used it yet, if anyone has used it, please comment.
Script installation:
wget -c http://www.ltmp.cc/download/ltanmp.tar.gztar zxvf ltanmp.tar.gzcd 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.
Script advantages: 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.gitcd ezhttpchmod +x start.sh./start.sh
In summary, Snail (laozuo.org) was originally planning to organize 10 one-click package scripts, but found that many of them were not being updated and maintained, and the software versions were relatively outdated, so they just ended up organizing 5 of them. Generally, the ones we use most are Junge’s lnmp and oneinstack. For our users, choose a familiar script. Of course, this script should be maintained and updated frequently, and then use it to become familiar with its operations.
Recommended site searches: Hong Kong server purchase, network server rental, domain name space agency, Korean server rental, special price space, domain name registration process, US multi-ip station group vps, Hong Kong cn2 server, domain name registration center, German server,
p>
发表评论