Skip to content

Commit f2199cf

Browse files
committed
Install fixes
1 parent d56353c commit f2199cf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ This is a DDEV addon for doing Drupal core development.
66
git clone [email protected]:project/drupal.git
77
cd drupal
88
ddev config --auto
9-
ddev composer install
109
ddev get justafish/ddev-drupal-core-dev
11-
ddev restart
10+
ddev start
11+
ddev composer install
12+
1213
# See included commands
1314
ddev drupal list
1415

install.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ post_install_actions:
2323
- cp core-dev/phpunit-firefox.xml ../core/phpunit.xml
2424
- sed -i "s|DRUPAL_CORE_DDEV_URL|$DDEV_PRIMARY_URL|g" ../core/phpunit.xml
2525
- mkdir -p ../test_output
26+
- mkdir -p ../vendor
27+
- mkdir -p ../sites/simpletest
28+
- mkdir -p ../sites/default/files
2629
- cp core-dev/gitignore ../test_output/.gitignore
2730
- cp core-dev/gitignore ../vendor/.gitignore
2831
- cp core-dev/gitignore ../sites/simpletest/.gitignore

0 commit comments

Comments
 (0)