DDEV Development System for the SLUB Kartenforum
- Checkout the repository
- Run the script ./start-basic.sh
In the following chapter ${}
indicate placeholders, which have to be filled by the user.
- Make sure the .ddev directory exists. If it exists go directly to 2, else follow the next steps.
- a. run
./start-basic.sh
to start the ddev containers once - b. run
ddev stop
to shut the containers down again
- Create the file
.ddev/docker-compose.override.yaml
and add following lines:
version: '3.6'
services:
web:
volumes:
- ${path to the extension on the host machine}:${target path in container}
- Modify the
composer.json
in order to load the local repository
"repositories": {
"slub-web-kartenforum": {
"type": "path",
"url": "${path in container (from the docker-compose.override.yaml)}",
"options": {
"symlink": true
}
},
},
"require": {
"slub/slub_web_kartenforum": "dev-main"
}
- Run
ddev composer update
in order for the changes to be applied
Login: https://ddev-kartenforum.ddev.site/typo3/
Username: admin
Password: adminslub