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 <kevin@kevinlocke.name>
This commit is contained in:
Kevin Locke
2016-06-30 15:40:14 -07:00
parent ac43107187
commit e66f085a0c

View File

@ -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 ==