File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ This is a DDEV addon for doing Drupal core development.
6
6
git clone [email protected] :project/drupal.git
7
7
cd drupal
8
8
ddev config --auto
9
- ddev composer install
10
9
ddev get justafish/ddev-drupal-core-dev
11
- ddev restart
10
+ ddev start
11
+ ddev composer install
12
+
12
13
# See included commands
13
14
ddev drupal list
14
15
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ post_install_actions:
23
23
- cp core-dev/phpunit-firefox.xml ../core/phpunit.xml
24
24
- sed -i "s|DRUPAL_CORE_DDEV_URL|$DDEV_PRIMARY_URL|g" ../core/phpunit.xml
25
25
- mkdir -p ../test_output
26
+ - mkdir -p ../vendor
27
+ - mkdir -p ../sites/simpletest
28
+ - mkdir -p ../sites/default/files
26
29
- cp core-dev/gitignore ../test_output/.gitignore
27
30
- cp core-dev/gitignore ../vendor/.gitignore
28
31
- cp core-dev/gitignore ../sites/simpletest/.gitignore
You can’t perform that action at this time.
0 commit comments