Install WordPress using Docker

Using Images Provided by Bitnami Since the WordPress deployment package described here is no longer available, I am trying the Docker image still provided by Bitnami. Don’t ask why—it’s just a habit. Install Docker Engine and Docker Compose first. Refer to the official Docker manual. ...

2023-12-23 · 2 分钟 · 284 字 · Carinnan

Deploy a WordPress Blog using Bitnami

Update: It seems that the Linux .run file used below is no longer provided by Bitnami. Sad… WordPress usually requires a LAMP (Linux, Apache, MySQL, PHP) or LNMP environment, which can be complicated to deploy and migrate. Bitnami provides an easier way to handle those tasks. ...

2022-09-12 · 1 分钟 · 105 字 · Carinnan