From bef043d277024f736d7eb7f6495873ece78ecd0f Mon Sep 17 00:00:00 2001 From: mgrl39 Date: Tue, 13 Aug 2024 03:03:26 +0200 Subject: [PATCH] Update 2024-06-07-wordpress.md --- _posts/2024-06-07-wordpress.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/_posts/2024-06-07-wordpress.md b/_posts/2024-06-07-wordpress.md index 594f3d1..1458420 100644 --- a/_posts/2024-06-07-wordpress.md +++ b/_posts/2024-06-07-wordpress.md @@ -5,10 +5,27 @@ date: 2024-06-07 category: Jekyll layout: post --- - +```bash +sudo apt install lighttpd -y +``` ![Imagen 197](https://raw.githubusercontent.com/mgrl39/Born2BeRoot/main/steps/b2br_img_197.png) + +```bash +sudo ufw allow 80 && sudo ufw status +``` ![Imagen 198](https://raw.githubusercontent.com/mgrl39/Born2BeRoot/main/steps/b2br_img_198.png) + +```bash +sudo apt install wget zip -y +``` ![Imagen 200](https://raw.githubusercontent.com/mgrl39/Born2BeRoot/main/steps/b2br_img_200.png) + +```bash +cd /var/www +``` +```bash +sudo wget https://es.wordpress.org/latest-es_ES.zip +``` ![Imagen 202](https://raw.githubusercontent.com/mgrl39/Born2BeRoot/main/steps/b2br_img_202.png) ![Imagen 203](https://raw.githubusercontent.com/mgrl39/Born2BeRoot/main/steps/b2br_img_203.png) ![Imagen 204](https://raw.githubusercontent.com/mgrl39/Born2BeRoot/main/steps/b2br_img_204.png)