We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to add code coverage integration, which means having xdebug in the docker container where we run tripal.
NAL-i5K/tripal_eutils#76
&& yum install -y mod_php php-mcrypt php-mbstring php-json php-posix php-pgsql \ php-pdo php-xml php-curl php-gd supervisor sudo \ patch which
im looking around, how about just sudo yum install php-pecl-xdebug.x86_64
sudo yum install php-pecl-xdebug.x86_64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to add code coverage integration, which means having xdebug in the docker container where we run tripal.
NAL-i5K/tripal_eutils#76
im looking around, how about just
sudo yum install php-pecl-xdebug.x86_64
The text was updated successfully, but these errors were encountered: