Skip to content
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

Add php-imagick to web container, fixes #949 again #1113

Merged
merged 2 commits into from Sep 18, 2018

Conversation

rfay
Copy link
Member

@rfay rfay commented Sep 16, 2018

The Problem/Issue/Bug:

#949 actually requested the php-imagick package and we didn't do it there, and we might as well. This adds that package. The cost in size is about 2MB.

Manual Testing Instructions:

  • Use webimage: drud/ddev-webserver:20180915_php_imagick in your config.yaml (and ddev start).
  • Configure a drupal site to use ImageMagick for its image processing. (Requires the imagemagick module; drush dl imagemagick and drush en -y imagemagick. Config is in admin/config/media/image-toolkit
  • Verify that it can do image processing.

Automated Testing Overview:

This should not require anything extra

Related Issue Link(s):

Request was in #949

@rfay rfay merged commit 285a2b7 into ddev:master Sep 18, 2018
@rfay rfay deleted the 20180915_php_imagick branch September 18, 2018 13:34
@rfay rfay added this to the v1.3.0 milestone Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant