Project

General

Profile

ImageMagick solution for Bitnami Redmine 4.2.1-2 windows edition

Added by Steve Zhou over 2 years ago

Bitnami.org fixed certification issue in the latest version of 4.2.1-2.
You can refer to the URL:https://community.bitnami.com/t/cant-install-redmine-4-2-1-1/96732
But I found that the function of ImageMagick is not working.

If you have installed this version, please follow the steps below to solve.
1. Install "ImageMagick-7.1.0-2-Q16-HDRI-x64-dll.exe" -> https://imagemagick.org/index.php
2. Install "gs9540w64.exe" -> https://ghostscript.com/
3. Modify item "imagemagick_convert_command" & "gs_command" in configuration.yml.
4. Replace the old "thumbnail.rb" with the latest version, which may be released in 5.0.0. -> https://www.redmine.org/projects/redmine/repository/changes/trunk/lib/redmine/thumbnail.rb


Replies (1)

RE: ImageMagick solution for Bitnami Redmine 4.2.1-2 windows edition - Added by Steve Zhou over 2 years ago

Correct the steps:
1. Install "gs921w64.exe" (9.21 is ok) -> https://ghostscript.com/
2. Modify item "imagemagick_convert_command"(original path is incorrect) in configuration.yml.
3 Set system environment variables for gswin64c.exe
3.1 Or modify item "gs_command" in configuration.yml.
4. Replace the old "thumbnail.rb" with the latest version, which may be released in 5.0.0. -> https://www.redmine.org/projects/redmine/repository/changes/trunk/lib/redmine/thumbnail.rb

    (1-1/1)