📜  安装 wordpress linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:58.454000             🧑  作者: Mango

代码示例2
Install WordPress. To install WordPress, use following command: sudo apt update sudo apt install wordpress
Configure Apache for WordPress. Create Apache site for WordPress. ...
Configure database. ...
Configure WordPress. ...
Write your post.