- having Docker installed locally (see https://docs.docker.com/get-docker/)
- having DDEV installed locally (see https://ddev.readthedocs.io/en/stable/#installation)
ddev start
ddev composer install
ddev pull assets
- Backend: https://in2tiptap.ddev.site/typo3
- Username:
admin
- Password:
John3:16
# 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
# 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