| @@ -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 | ||||