Roots and WP Packages are independent open source projects, supported only by developers like you. We’ve been improving the WordPress developer experience since 2011, and your support keeps it independent.
Deploying WordPress with Bedrock
View as Markdown:
Running composer install from the Bedrock folder must be part of your deployment process.
Supported deployment tools
These tools include supporting deploying Bedrock out of the box:
- Trellis – Recommended if self-hosting WordPress or hosting with Kinsta.
Other methods need to account for setting the WP_ENV environment variable to production when your site is in a production environment.
Note
Bedrock's Disallow Indexing mu-plugin will prevent indexing of a site when WP_ENV is not set to production.
Last updated