Update ddev initialization for Drutopia D9
This commit is contained in:
parent
ead4c24169
commit
646ca386ca
1 changed files with 1 additions and 1 deletions
|
@ -47,10 +47,10 @@ Once you have created and are in this directory, whether `agaric/sites` or `drut
|
||||||
wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/composer.json
|
wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/composer.json
|
||||||
wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/composer.lock
|
wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/composer.lock
|
||||||
wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/.gitignore
|
wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/.gitignore
|
||||||
ddev config --docroot=web --project-type=drupal8 --composer-version=2 --webserver-type=apache-fpm --mariadb-version=10.1 --php-version=7.4 --create-docroot
|
|
||||||
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.1 --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