Skip to content

Commit

Permalink
Add TYPO3 GFX configuration for ImageMagick, fixes #1720 (#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSiepmann authored and rfay committed Jul 22, 2019
1 parent 478da82 commit 6146cfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/ddevapp/typo3.go
Expand Up @@ -34,6 +34,11 @@ $GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_smtp_server'] = 'localhost:1025';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['devIPmask'] = '*';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['displayErrors'] = 1;
// This GFX configuration allows processing by installed ImageMagick 6
$GLOBALS['TYPO3_CONF_VARS']['GFX']['processor'] = 'ImageMagick';
$GLOBALS['TYPO3_CONF_VARS']['GFX']['processor_path'] = '/usr/bin/';
$GLOBALS['TYPO3_CONF_VARS']['GFX']['processor_path_lzw'] = '/usr/bin/';
`

// createTypo3SettingsFile creates the app's LocalConfiguration.php and
Expand Down

0 comments on commit 6146cfa

Please sign in to comment.