Update to DDEV's new approach for database version id
This commit is contained in:
parent
92c9cb77a6
commit
51597ae294
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/.gitignore
|
||||||
mkdir -p scripts
|
mkdir -p scripts
|
||||||
wget -O scripts/pull.sh https://gitlab.com/drutopia-platform/build_source/-/raw/master/scripts/pull.sh
|
wget -O scripts/pull.sh https://gitlab.com/drutopia-platform/build_source/-/raw/master/scripts/pull.sh
|
||||||
chmod +x scripts/pull.sh
|
chmod +x scripts/pull.sh
|
||||||
ddev config --docroot=web --project-type=drupal9 --composer-version=2 --webserver-type=apache-fpm --mariadb-version=10.5 --php-version=7.4 --create-docroot
|
ddev config --docroot=web --project-type=drupal9 --composer-version=2 --webserver-type=apache-fpm --database:mariadb:10.5 --php-version=7.4 --create-docroot
|
||||||
ddev start
|
ddev start
|
||||||
ddev auth ssh
|
ddev auth ssh
|
||||||
ddev composer install
|
ddev composer install
|
||||||
|
|
Loading…
Reference in a new issue