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

About adding extra modules #15

Open
M-Brico opened this issue Apr 29, 2022 · 1 comment
Open

About adding extra modules #15

M-Brico opened this issue Apr 29, 2022 · 1 comment

Comments

@M-Brico
Copy link

M-Brico commented Apr 29, 2022

I've been trying out Docker 4 Drupal as a local environment and it seems to work really well - thanks!

However, I've come across a need to install extra modules. For instance one in particular is imagemagick but I may need others and wondered if the steps in this thread might be helpful. Or is there a better way of doing this?

Are there any plans to have this as an extra config for the environment to be pulled in with the docker compose file?

@M-Brico M-Brico changed the title About adding new modules About adding extra modules Apr 29, 2022
@csandanov
Copy link
Member

You can load extra modules in your config if they're under /usr/local/apache2/modules/. If a module is missing you can build your own image on top and add it. There's currently no imagemagick module as I can see but are you sure you need imagemagick module in apache and not in a php container (since you're using docker4drupal). PHP container already has imagick extension which is the integration module for php with imagemagick library.

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