From e4622412933bba97b6fb5c81e0ecaf0cb18fc8a5 Mon Sep 17 00:00:00 2001 From: Dashamir Hoxha Date: Wed, 29 Jul 2020 15:01:52 +0000 Subject: [PATCH] Update 'wordpress-with-docker-scripts.md' --- wordpress-with-docker-scripts.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/wordpress-with-docker-scripts.md b/wordpress-with-docker-scripts.md index 09f1223..86c910d 100644 --- a/wordpress-with-docker-scripts.md +++ b/wordpress-with-docker-scripts.md @@ -2,7 +2,9 @@ ## 1. Install dependencies -### 1.1. Install docker +
+ +Install docker ``` curl -fsSL https://get.docker.com -o get-docker.sh @@ -11,7 +13,10 @@ sudo sh get-docker.sh Reference: https://docs.docker.com/engine/install/ubuntu/#install-using-the-convenience-script -### 1.2. Install docker-scripts +
+ +
+Install docker-scripts ``` apt install m4 @@ -24,7 +29,10 @@ ds -h Reference: https://gitlab.com/docker-scripts/ds#installation -### 1.3. Install Webserver Proxy +
+ +
+Install Webserver Proxy ``` ds pull wsproxy @@ -36,7 +44,10 @@ ds make Reference: https://gitlab.com/docker-scripts/wsproxy#installation -### 1.4. Install MariaDB +
+ +
+Install MariaDB ``` ds pull mariadb @@ -48,6 +59,8 @@ ds make Reference: https://gitlab.com/docker-scripts/mariadb#installation + + ## 2. Install Wordpress sites ### 2.1. Install Wordpress container