by aqua devida.
sorry sir, i mean is video tutorial for this :
As root user, use package manager for your OS ... which should be yum (CentOS 7):
yum -y install ghostscript.x86_64
Should install in /usr/bin/
which ghostscript will show path
Use that path in Moodle settings for paths.
No need to restart services.
You can check all paths set in moodle via admin/cli/php.cfg like so from moodle code directory:
php admin/cli/cfg.php |grep path
thanks a lot
As root user, use package manager for your OS ... which should be yum (CentOS 7):
yum -y install ghostscript.x86_64
Should install in /usr/bin/
which ghostscript will show path
Use that path in Moodle settings for paths.
No need to restart services.
You can check all paths set in moodle via admin/cli/php.cfg like so from moodle code directory:
php admin/cli/cfg.php |grep path
thanks a lot