Back to Recipes
freekmurze
2 recipes shared
Set the New Relic app name to the hostname
Set the New Relic app name to the hostname Reboot your server to activate
sudo bash -c 'echo "newrelic.appname="$(hostname) >> /etc/php5/fpm/php.ini'
11 years ago
freekmurze
Install imagick
Install imagick
sudo apt-get install imagemagick
sudo apt-get install php5-imagick
11 years ago
freekmurze