Commit 24f49608 authored by benjamin melançon's avatar benjamin melançon 🛠️
Browse files

Update dev DDEV instructions for Drupal 11

parent afc8d720
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ An invaluable utility to help with Drupal site development is [Drush](https://ww
```bash
mkdir drutopia-dev-site
cd drutopia-dev-site
ddev config --docroot=web --project-type=drupal10 --webserver-type=apache-fpm --database=mariadb:10.8 --php-version=8.2 --create-docroot
ddev config --docroot=web --project-type=drupal11 --webserver-type=apache-fpm --database=mariadb:10.11 --php-version=8.4 --create-docroot
ddev auth ssh
ddev composer create -y drutopia/drutopia_dev_template:dev-main --no-interaction
ddev composer run make-repos-pushable