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

Specify dependencies #52

Open
NobbZ opened this issue Mar 21, 2018 · 2 comments
Open

Specify dependencies #52

NobbZ opened this issue Mar 21, 2018 · 2 comments

Comments

@NobbZ
Copy link

NobbZ commented Mar 21, 2018

I currently have trouble getting yoImages working in a dockerized environment.

The container is based on php:apache.

Images are neither cropped on upload (if this is a feature at all), nor am I able to do it manually.

So my question is basically if there is a list of dependencies that need to be installed besides WordPress and PHP.

Which PHP-modules are needed?
Which featureset needs to be compiled into them?
What libraries or executables need to be installed?

@fagia
Copy link
Contributor

fagia commented Mar 22, 2018

Hi @NobbZ, the plugin doesn't require any additional server libraries other than those already required by WP itself to handle image uploading and cropping. So make sure that php-gd are installed and that the core WP functionalities of image uploading and cropping are working.

@NobbZ
Copy link
Author

NobbZ commented Mar 22, 2018

Yeah, in the meantime (5 minutes ago) we realized that it was a problem with GD finding lib-jpeg.

Still I think you should mention in the README or somewhere else, that a properly configured GD is mandatory.

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

No branches or pull requests

2 participants