fix wrong assumption on my part
...but how is /var/www/htdoc not the web directory within ddev? gah
This commit is contained in:
parent
128db74587
commit
b4d9b83813
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ ddev . drush -y site:install minimal --existing-config
|
||||||
|
|
||||||
Put the D7 files in the following location:
|
Put the D7 files in the following location:
|
||||||
```
|
```
|
||||||
<Project Root>/web/d7/sites/default/files/
|
<Project Root>/d7/sites/default/files/
|
||||||
```
|
```
|
||||||
There is a reference to the `sites/default/files` in the database so that structure is mandatory for the migration.
|
There is a reference to the `sites/default/files` in the database so that structure is mandatory for the migration.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue