Skip to content

Commit

Permalink
Update bedrock-with-ddev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Jul 9, 2024
1 parent f04e799 commit bdf842a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bedrock/bedrock-with-ddev.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date_modified: 2023-02-19 12:16
date_modified: 2024-07-09 18:30
date_published: 2023-02-19 12:16
description: How to configure DDEV, a local PHP development tool, for a Bedrock-based WordPress site.
title: Bedrock with DDEV
Expand Down Expand Up @@ -31,6 +31,7 @@ DB_PASSWORD='db'
DB_HOST='db'
WP_HOME="${DDEV_PRIMARY_URL}"
WP_SITEURL="${DDEV_PRIMARY_URL}/wp"
```

After configuring the environment variables, run `ddev start`. Your site will be accessible at `https://ddev.ddev.site/`.
After configuring the environment variables, run `ddev start`. Your site will be accessible at `https://ddevtest.ddev.site/`.

0 comments on commit bdf842a

Please sign in to comment.