generated from ddev/ddev-addon-template
-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Description
I would love to be able to offer folks wanting to set this up a single-command solution of some kind. I wrote the following bash script below which I am testing locally, but I am trying to determine a better way to provide something that could live in this repo. The problem is that folks won't have this repo (nor should they need it) when they are setting this up on a contrib project. 🤔
#!/bin/bash
set -ex
read -p "Enter project name: " projectname
ddev config --project-name=$projectname --project-type=drupal10 --docroot=web --create-docroot --php-version=8.1
ddev get ddev/ddev-drupal-contrib
ddev start
ddev poser
ddev symlink-project
gitressa, jameswilson, mbomb007 and mscieszka
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation