Install WordPress On Ubuntu 20.04
本文示範如何在 Ubuntu Server 20.04 LTS 上安裝 LAMP 環境(Linux + Apache + MySQL + PHP),並部署 WordPress。
1. 建立 Ubuntu VM
安裝 Ubuntu 20.04 LTS(建議僅勾選 SSH Server,其他服務不安裝)。
2. 更新系統
sudo apt-get update
sudo apt-get upgrade
3. 安裝 Apache
sudo apt install -y apache2
...
shyit.hashnode.dev2 min read