Loading development.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
development.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading