Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 869 Bytes

File metadata and controls

36 lines (26 loc) · 869 Bytes

Tip Tap

Requirements

Initialization

ddev start
ddev init
ddev pull assets

Credentials

Downloading database and files

# HEADS UP: All files in the local `public/fileadmin/` will be overridden, that means:
# all files that are not present in `data/files/public/fileadmin/` will be deleted from fileadmin
ddev pull assets

Update local database and files

# HEADS UP: All files in the local `data/files/public/fileadmin/` will be overridden, that means:
# all files that are not present in `public/fileadmin/` will be deleted from fileadmin
ddev push assets