blob: 9f8648d4864b62a475787a6cf3aad2570ffa2739 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Setup
Preparation:
```
git submodule update --init --recursive
sudo ./prepare.sh
```
Edit configuration:
```
nano wp-config.php
```
Start:
```
docker-compose up -d
```
|