ddev/ddev-xhgui

Consider automating manual setup

Opened this issue · 1 comments

The current implementation has a couple of manual steps:

  • install perftools/php-profiler
  • configure framework

It would be good if we could automate these, or at least, prompt user if something is missing.

Nudge from @rfay on discord

BTW, you can look at the ddev-redis module for an example of how to add to the settings.php automatically and add a settings.redis.php.

see https://github.com/ddev/ddev-redis/blob/main/install.yaml
see https://github.com/ddev/ddev-redis/blob/main/redis/scripts/setup-drupal-settings.sh