From e66f085a0c3a09424febe3f1c8f09c10ca66ac61 Mon Sep 17 00:00:00 2001 From: Kevin Locke Date: Thu, 30 Jun 2016 15:40:14 -0700 Subject: [PATCH] Add note about wp-content.php to readme.txt The database instantiation during setup is not currently handled properly. Until that is fixed, users will need to create wp-content.php on their own. Signed-off-by: Kevin Locke --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index 60101f9..a38e972 100644 --- a/readme.txt +++ b/readme.txt @@ -41,6 +41,8 @@ This is because the database needs to be up and running before any plugin can be You can also activate DEBUG and/or ERROR logs +1. Create `wp-config.php` from `wp-config-sample.php` if it does not already exist (PG4WP does not currently intercept database connection setup). + 1. Point your Web Browser to your WordPress installation and go through the traditional WordPress installation routine. == Frequently Asked Questions ==