Diskussion:Graphics Magick installieren

Aus Hostsharing Wiki
Zur Navigation springen Zur Suche springen

was noch fehlt

   If you want to allow only executable files from /usr/local/php/bin for PHP applications, then you have to copy the files from /usr/bin or /usr/local/bin (see result of 'rpm -qa GraphicksMagick') into /usr/local/php/bin. Otherwise you skip the following 2 steps. 

/usr/local # mkdir php /usr/local # cd php /usr/local/php # mkir bin /usr/local/php # cd bin /usr/local/php/bin # cp /usr/bin/animate . /usr/local/php/bin # cp /usr/bin/compare . ... /usr/local/php/bin # cp /usr/bin/xtp .

[edit] PHP Configuration

   Edit the php.ini file for the allowed include and executable file directories outside of the apache document root folder. 

safe_mode_include_dir = /usr/local/php/bin safe_mode_exec_dir = /usr/local/php/bin

[edit] Settings for TYPO3 >= 3.8

You can drop all "im..." settings from localconf.php except

$TYPO3_CONF_VARS['GFX']['im_path'] = '<path>'; 
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm';

und des weiteren die überprüfung des dummys und wie ich PHP CGI Konfiguriere

Installationsanleitung für TYPO3 4.x und GraphicsMagick bzw php. via cgi

Die Installationsanleitung für TYPO3 enthält auch die Anleitung für GraphicsMagick und php via cgi. Ich denke es wäre übersichtlicher, der Installationanleitung von GraphicsMagick eine eigene Seite zu widmen. Auch die Anleitung für php via cgi könnte man entfernen, weil sie anderenorts schon existiert. Auf der TYPO3 Seite würde ich nur die Installation von TYPO3 erklären. Eventuell auch eine vollständige .htaccess für die richtige Konfiguration (die dann php/via (f)cgi wieder einschließt). In dem Kapitel Vorgangsweise könnte man dann auf die entsprechenden Seiten verlinken. Was denkt Ihr dazu?

Gute Idee- Stimme dem zu-