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

Commit

Permalink
Adding wp_debug=>true
Browse files Browse the repository at this point in the history
  • Loading branch information
aubreypwd committed Feb 26, 2014
1 parent 887cd57 commit e5d7508
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vvv-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ then
cd htdocs

# Configure and setup WordPress.
wp core config --allow-root --dbname="wordpress_themereview" --dbuser=wp --dbpass=wp --dbhost="localhost"
wp core config --allow-root --dbname="wordpress_themereview" --dbuser=wp --dbpass=wp --dbhost="localhost" --extra-php <<PHP
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
PHP

wp core install --allow-root --url=themereview.wordpress.dev --title="A WordPress Theme Reviewers VVV" --admin_user=admin --admin_password=password [email protected]

# Checkout the developer plugin.
Expand Down

0 comments on commit e5d7508

Please sign in to comment.