Skip to content

Commit

Permalink
Simplified DDEV instructions, now that .ddev is checked in
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Feb 7, 2024
1 parent c7fab75 commit 50264d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,12 @@ docker-compose exec web php craft users/create --admin

### DDEV

[DDEV](https://ddev.com/) is our recommended local development environment, for Craft developers at any level of experience. Our [quick-start guide](https://craftcms.com/docs/5.x/install.html) covers this process in detail—but here are the commands adapted for this project:
[DDEV](https://ddev.com/) is our recommended local development environment, for Craft developers at any level of experience. Our [quick-start guide](https://craftcms.com/docs/5.x/install.html) covers this process in detail—but we’ve done the config for you, so all that’s required is…

```bash
git clone https://github.com/craftcms/europa-museum.git
cd europa-museum
ddev config --project-type=craftcms --docroot=web --database=postgres:13
ddev composer install
ddev start
ddev craft db/restore seed.sql
```

Expand Down

0 comments on commit 50264d9

Please sign in to comment.