現(xiàn)在大多數(shù)服務(wù)器面板都是采用的Apache架構(gòu)的,例如VestaCP、ISPConfig、BT.cn寶塔面板等,此外還有OneinStack、LNMP這兩個(gè)有名的面板系統(tǒng),另外Nginx一鍵安裝包也提供了LAMP模式,可以用于安裝Apache建站環(huán)境。
下邊我們就來說一說這些服務(wù)器面板的一鍵安裝和架設(shè)
1,VestaCP俄羅斯的人編寫的專供linux使用的一款功能強(qiáng)大的VPS主機(jī)控制面板,支持中文,環(huán)境核心包括Apache、Nginx、Bind、Exim、Dovecot、vsftpd、MySQL等,提供可視化的網(wǎng)站管理面板,非常適合多用戶使用。比較適合不太習(xí)慣命令行操作的朋友。官網(wǎng):https://vestacp.com/
下邊是主流的一鍵腳本
作者:duy13原項(xiàng)目地址:https://github.com/duy13/VDVESTA
需要系統(tǒng)環(huán)境
CentOS Server 7 x86_64(其他發(fā)行版本未測試)
安裝代碼:
curl -L https://github.com/duy13/VDVESTA/raw/master/vdvesta.sh -o vdvesta.sh ; bash vdvesta.sh
作者:wn789原項(xiàng)目地址:https://github.com/wn789/VDVESTA
需要系統(tǒng)環(huán)境
提示此腳本只支持CentOS 7 x86_64系統(tǒng)。
安裝代碼:
curl -L https://raw.githubusercontent.com/wn789/VDVESTA/master/vdvesta.sh -o vdvesta.sh; bash vdvesta.sh
2,ISPConfig,是國外一個(gè)非常優(yōu)秀的VPS主機(jī)控制面板,支持的linux主機(jī)系統(tǒng)非常多,基本上囊括了現(xiàn)在主流的所有l(wèi)inux系統(tǒng)。且支持一鍵安裝,包括了 Apache2 and nginx、Postfix、Dovecot、PureFTPD、Bind,、PowerDNS、MySQL等組件。官網(wǎng):https://xintu.ispconfig.org/
下邊放上一鍵腳本
作者:exact09原項(xiàng)目地址:https://github.com/exact09/dclardy64-ISPConfig-3-Debian-Installer-58f17a0
需要系統(tǒng)環(huán)境
Debian 5 - 9 and Testing (recommended)Ubuntu 8.10 - 18.04 (recommended)CentOS 5.2 - 7Fedora 10 and 12 - 15OpenSuSE 11.1 - 12.3安裝代碼:
cd /tmp; wget --no-check-certificate -O ISPConfig3.tgz https://github.com/dclardy64/ISPConfig-3-Debian-Installer/tarball/master; tar zxvf ISPConfig3.tgz; cd *Installer*; bash install.sh
3.BT.cn寶塔面板(支持CentOS、Ubuntu、Debian、Fedora),Web端管理,QQ群及論壇技術(shù)支持,可以一鍵創(chuàng)建網(wǎng)站、FTP、數(shù)據(jù)庫、SSL;安全管理,計(jì)劃任務(wù),文件管理,PHP多版本共存及切換;自帶LNMP與LAMP官網(wǎng):http://xintu.bt.cn/
系統(tǒng)要求
操作系統(tǒng):全新系統(tǒng)(支持CentOS、Ubuntu、Debian、Fedora、Deepin),確保是干凈的操作系統(tǒng),沒有安裝過其它環(huán)境帶的Apache/Nginx/php/MySQL
強(qiáng)烈建議使用centos7.x 系統(tǒng)
安裝方法:
Centos安裝命令:
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
Ubuntu/Deepin安裝命令:
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh
Debian安裝命令:
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh
Fedora安裝命令:
wget -O install.sh http://download.bt.cn/install/install.sh && bash install.sh
4,OneinStack是一個(gè)非常優(yōu)秀的LNMP一鍵安裝腳本工具,包含了lnmp,lamp,lnmpa,ltmp,lnmh,MySQL,PostgreSQL,MongoDB等工具。它的部署Let’s Encrypt證書和配置Https站點(diǎn)特別好用。
官網(wǎng):https://oneinstack.com/
系統(tǒng)要求
CentOS 6~7(包括redhat) 、Debian 6~8 、Ubuntu 12~16 、Aliyun Linux 15.1。
安裝方法:
打開頁面https://oneinstack.com/auto/,配置好需要的環(huán)境后點(diǎn)確定會得到一個(gè)安裝腳本,在你的SSH中運(yùn)行就可以了
5,關(guān)于LNMP的一鍵安裝包,國內(nèi)和國外都有非常多的作者。http://lnmp.org(用的人很多,也是我最早使用的一鍵安裝包)
https://lamp.sh/ (非常古老的一鍵安裝包,但是非??煽?,目前的搬瓦工就是使用的它)
掃描二維碼推送至手機(jī)訪問。
版權(quán)聲明:本文由信途科技轉(zhuǎn)載于網(wǎng)絡(luò),如有侵權(quán)聯(lián)系站長刪除。
轉(zhuǎn)載請注明出處http://macbookprostickers.com/xintu/8861.html