Linux 系統環境爲:CentOS Linux release 7.4.1708 (Core)php
目前市面上流行的面板不少,例如:html
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh
curl http://download.bt.cn/install/update6.sh|bash
Do you want to install Bt-Panel to the /www directory now?(y/n):
意爲詢問你是否如今安裝寶塔面板到 /www 目錄?請輸入 y 繼續。node
隨後大概須要 2 分鐘左右安裝,會有一大堆輸出,咱們沒必要關注。linux
若安裝成功,你將會看到以下輸出:laravel
================================================================== Congratulations! Installed successfully! ================================================================== Bt-Panel: [管理面板 URL] username: [寶塔面板用戶名] password: [寶塔面板密碼] Warning: If you cannot access the panel, release the following port (8888|888|80|443|20|21) in the security group
請務必記住寶塔面板的用戶名和麪板密碼!包括管理面板url中8888端口後的安全校驗碼安全
訪問完整面板 URL 以後,輸入剛剛記錄的帳號和密碼,會自動跳轉到環境搭建面板。bash
我選擇的 LNMP 服務器
等任務中止後,基本上 LNMP 環境就已經搭建好了,可能會花數分鐘。app
來源於laravel社區《輕鬆部署寶塔面板》一文
來源於寶塔社區《寶塔Linux面板安裝教程 - 4月28日更新 - 6.9.2正式版》curl