-
-
Notifications
You must be signed in to change notification settings - Fork 652
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 do I install and enable Ghostscript module in PHP? #594
Comments
So far I have resolved it by installing the But is there any better way or 'devilbox way' to install it? |
inside the rebuild script, you can add: Then every time you rebuild the containers, it will install ghostcript. You might be able to do it in a cfg/startup/ script, but that would run every time the container starts, not just when it is created. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@sachyya will be handled in the php-fpm repository via this PR: devilbox/docker-php-fpm#134 |
I am Devilbox for WordPress local development. With
WP 4.7
, PDF preview image generation is supported but it does not work in Devilbox. Through some research(), I found thatImageMagick
Imagick
Ghostscript
should be enabled on the server.
Now I am stuck on how to install and enable
Ghostscript
on Devilobx or say the right way to enable external modules.The text was updated successfully, but these errors were encountered: