Install ExifTool
To install the ExifTool component, follow these steps: * Log in to the server console and execute the following command:
* Debian:
$ sudo apt-get update && sudo apt-get install -y libimage-exiftool-perl
* CentOS:
$ sudo yum install perl-Image-ExifTool
Update the /opt/bitnami/apps/resourcespace/htdocs/include/config.php file by adding the line below to it:
$exiftool_path='/usr/bin';
Restart Apache:
$ sudo /opt/bitnami/ctlscript.sh restart apache