New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How should we debug a drupal site/hostmaster? #6
Comments
|
First we need adjust https://github.com/aegir-project/dockerfiles project with
Next we need to inject xdebug in file /etc/php5/apache2/conf.d/30-xdebug-aegir.ini containing something like
(taken from http://wylbur.us/2014-06-17-add-xdebug-to-ubuntu-1404) Discussed with @helmo it does not seemed wise to always have xdebug enabled as this is used by the tests too and xdebug drains performance right? |
|
According to https://github.com/docker-library/wordpress/blob/master/apache/Dockerfile we should use echo |
|
Please checkout aegir-project/dockerfiles#22 |
|
Thanks, @clemens-tolboom and @helmo. I added a xdebug "tag" Dockerfile, so if you want that instead, you can change I agree we shouldn't use it in tests, but we could make it the default in this repo's docker-compose.yml, since it's explicitly for development? |
clemens-tolboom commentedAug 23, 2016
The image misses ie xdebug which should be added I guess.
The text was updated successfully, but these errors were encountered: