Chassis / core_dev

A Chassis extension for WordPress Core development.
2 stars 1 forks source link

Install src and build sites #19

Closed kadamwhite closed 5 years ago

kadamwhite commented 5 years ago

I ran into a lot of trouble trying to understand how to broadcast new domains or subdomains, so this begins a new approach where we serve the two sites as hostname.local/src and hostname.local/build. This initially worked quite well, and the src site seems to install properly, but the build site fails -- the error log implies the wp install command within the build directory is trying to use the wrong database, and I can't for the life of me figure out why or where it's coming from.

Additionally, the wp-config.php files in src and build may need to be centralized in one context-aware file in the /vagrant/wordpress-develop directory, because the build directory is I believe wiped when grunt gets run.