GD installation on Debian nginx
May 17, 2010 by admin
Filed under Linux Tutorials
To install the GD run the following command from the SSH root
apt-get install php5-gd
Then restart the webserver by
/etc/init.d/nginx restart
and the PHP engine by
/etc/init.d/php-fastcgi restart