You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
M-Brico
changed the title
About adding new modules
About adding extra modules
Apr 29, 2022
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.
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?
The text was updated successfully, but these errors were encountered: