Add pull script from drutopia build source
This commit is contained in:
parent
c2bb9fa99a
commit
ead4c24169
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/composer.jso
|
|||
wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/composer.lock
|
||||
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
|
||||
wget -O scripts/pull.sh https://gitlab.com/drutopia-platform/build_source/-/raw/master/scripts/pull.sh
|
||||
chmod +x scripts/pull.sh
|
||||
ddev start
|
||||
ddev auth ssh
|
||||
ddev composer install
|
||||
|
|
Loading…
Reference in a new issue