From 87544b9bb9b7bb169fb5691808e438ab16a5b509 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 17 Jan 2021 16:24:55 +0100 Subject: Initial commit --- Readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Readme.md (limited to 'Readme.md') 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 +``` -- cgit v1.2.3