Add retain custom htaccess script (called from composer.json)
This commit is contained in:
parent
bb860d2532
commit
e060254e36
1 changed files with 2 additions and 0 deletions
|
@ -49,7 +49,9 @@ wget https://gitlab.com/drutopia-platform/build_source/-/raw/main/composer.lock
|
|||
wget https://gitlab.com/drutopia-platform/build_source/-/raw/main/.gitignore
|
||||
mkdir -p scripts
|
||||
wget -O scripts/pull.sh https://gitlab.com/drutopia-platform/build_source/-/raw/main/scripts/pull.sh
|
||||
wget -O scripts/retain-custom-htaccess.sh https://gitlab.com/drutopia-platform/build_source/-/raw/main/scripts/retain-custom-htaccess.sh
|
||||
chmod +x scripts/pull.sh
|
||||
chmod +x scripts/retain-custom-htaccess.sh
|
||||
ddev config --docroot=web --project-type=drupal10 --webserver-type=apache-fpm --database=mariadb:10.8 --php-version=8.1 --create-docroot
|
||||
ddev start
|
||||
ddev auth ssh
|
||||
|
|
Loading…
Reference in a new issue