summaryrefslogtreecommitdiff
path: root/Readme.md
blob: 93d983ff35b58b56201cbb250d8a3a3a7e106ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Instructions

```
composer create-project dweipert/wp-boilerplate example.com
```

- adjust env variables in wp-config.php
- run [wp core install](https://developer.wordpress.org/cli/commands/core/install/)

```bash
./vendor/bin/wp core install
--admin_user=USER
--admin_password=PASSWORD
--admin_email=EMAIL
--url=URL
--title=TITLE
```