aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9be0abb0d89ea6feb5535f3e7417ef3f915c2a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Setup

Preparation:

```
git submodule update --init --recursive
sudo ./prepare.sh
```

Edit configuration:

```
nano wp-config.php
```

Start:

```
docker-compose up -d
```

# Upgrade

You can run `./upgrade.sh` to checkout the latest release.

```
./upgrade.sh
```

Then run `./prepare.sh`:

```
sudo ./prepare.sh
```