Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Commit e5d7508

Browse files
committed
Adding wp_debug=>true
1 parent 887cd57 commit e5d7508

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vvv-init.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ then
1313
cd htdocs
1414

1515
# Configure and setup WordPress.
16-
wp core config --allow-root --dbname="wordpress_themereview" --dbuser=wp --dbpass=wp --dbhost="localhost"
16+
wp core config --allow-root --dbname="wordpress_themereview" --dbuser=wp --dbpass=wp --dbhost="localhost" --extra-php <<PHP
17+
define( 'WP_DEBUG', true );
18+
define( 'WP_DEBUG_LOG', true );
19+
PHP
20+
1721
wp core install --allow-root --url=themereview.wordpress.dev --title="A WordPress Theme Reviewers VVV" --admin_user=admin --admin_password=password [email protected]
1822

1923
# Checkout the developer plugin.

0 commit comments

Comments
 (0)