aboutsummaryrefslogtreecommitdiffstats
path: root/.ddev/config.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Update config, phpunit and phpcsmainHarald Eilertsen2024-05-101-12/+275
|
* Add extra dependencies for dev branch.Harald Eilertsen2024-01-141-1/+6
|
* Add new required dependencies bcmath and sodium.Harald Eilertsen2024-01-071-1/+1
| | | | These are required after Hubzilla version 8.8.5.
* Use custom nginx-config, and set composer rootHarald Eilertsen2023-12-191-4/+1
|
* Fix ddev config and add phpunit subcommandHarald Eilertsen2023-09-101-9/+3
| | | | | | | | | | | | | | | | + Update config to use ./core as working dir. Hubzilla assumes it is running with it's root directory as the cwd, so this makes sure tests work correctly when invoked through ddev. + Add phpunit ddev subcommand Enables running phpunit in the container directly from the host terminal like this. $ ddev phpunit -c tests/phpunit.xml tests The paths are relative to ./core
* Set up a ddev env for development/testing og HubzillaHarald Eilertsen2023-04-301-0/+24