summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-01-17 16:24:55 +0100
committerDaniel Weipert <code@drogueronin.de>2021-01-17 16:24:55 +0100
commit87544b9bb9b7bb169fb5691808e438ab16a5b509 (patch)
treec333ea95832404bc8b7b0477c347fc20236bc4d8 /Readme.md
Initial commit
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
new file mode 100644
index 0000000..93d983f
--- /dev/null
+++ b/Readme.md
@@ -0,0 +1,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
+```