Browse Source

Update 'wordpress-with-docker-scripts.md'

master
Dashamir Hoxha 4 years ago
parent
commit
e462241293
1 changed files with 17 additions and 4 deletions
  1. +17
    -4
      wordpress-with-docker-scripts.md

+ 17
- 4
wordpress-with-docker-scripts.md View File

@@ -2,7 +2,9 @@


## 1. Install dependencies ## 1. Install dependencies


### 1.1. Install docker
<details>

<summary>Install docker</summary>


``` ```
curl -fsSL https://get.docker.com -o get-docker.sh 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 Reference: https://docs.docker.com/engine/install/ubuntu/#install-using-the-convenience-script


### 1.2. Install docker-scripts
</details>

<details>
<summary>Install docker-scripts</summary>


``` ```
apt install m4 apt install m4
@@ -24,7 +29,10 @@ ds -h


Reference: https://gitlab.com/docker-scripts/ds#installation Reference: https://gitlab.com/docker-scripts/ds#installation


### 1.3. Install Webserver Proxy
</details>

<details>
<summary>Install Webserver Proxy</summary>


``` ```
ds pull wsproxy ds pull wsproxy
@@ -36,7 +44,10 @@ ds make


Reference: https://gitlab.com/docker-scripts/wsproxy#installation Reference: https://gitlab.com/docker-scripts/wsproxy#installation


### 1.4. Install MariaDB
</details>

<details>
<summary>Install MariaDB</summary>


``` ```
ds pull mariadb ds pull mariadb
@@ -48,6 +59,8 @@ ds make


Reference: https://gitlab.com/docker-scripts/mariadb#installation Reference: https://gitlab.com/docker-scripts/mariadb#installation


</summary>

## 2. Install Wordpress sites ## 2. Install Wordpress sites


### 2.1. Install Wordpress container ### 2.1. Install Wordpress container


Loading…
Cancel
Save