lamp一鍵安裝包是什麼?
發布於: 2023年9月10日
更新於: 2023年9月28日
分類: lamp
32,388 次圍觀
lamp 一鍵安裝包是乙個用 linux shell 編寫的可以為 amazon linux/centos/fedora/debian/ubuntu 系統的 vps 或伺服器安裝 lamp(linux + apache + mysql/mariadb/percona + php) 生產環境的 shell 指令碼。包含一些可選安裝元件如:
zend opcache, ioncube loader, xcache, imagick, gmagick, libsodium, memcached, redis, mongodb, swoole, yaf, xdebug
其他諸如:openssl, imagemagick, graphicsmagick, memcached, phpmyadmin, redis, kodexplorer
同時還有一些輔助指令碼如:虛擬主機管理、apache、mysql/mariadb/percona、php 及 phpmyadmin 的公升級等。
為什麼需要lamp?
手動逐個編譯安裝各個元件,需要輸入各種命令,且有可能會中途出錯。
對於想要成功搭建 lamp 建站環境來說,可以節約大量時間和精力。
lamp 有什麼優點?
lamp 是最經典的建站環境之一,風靡世界十幾年。
而本指令碼只需幾個簡單互動,選擇需要安裝的包,即可一路安裝,無人值守。
本指令碼預設支援 php 探針所標識的所有 php 元件,截圖如下:
英文版 php 探針所標識的所有 php 元件,截圖如下:
LAMP一鍵安裝包
系統需求 支援元件 安裝步驟 事前準備 安裝 wget screen unzip,建立 screen 會話 注意 雙斜槓 後的內容不要複製輸入 yum y install wget screen git for centos apt get y install wget screen git for...
LAMP一鍵安裝包
系統需求 支援元件 安裝步驟 事前準備 安裝 wget screen unzip,建立 screen 會話 注意 雙斜槓 後的內容不要複製輸入 yum y install wget screen git for amazon linux centos fedora apt get y install...
LAMP一鍵包安裝
安裝步驟 事前準備 安裝 wget screen unzip,建立 screen 會話 注意 雙斜槓 後的內容不要複製輸入 yum y install wget screen git centos git clone 並賦予指令碼執行許可權 git clone cd lamp chmod x sh ...