Install Antiword
To install the Antiword component, follow these steps:
Debian:
Log in to the server console and execute the following command:
$ sudo apt-get update && sudo apt-get install -y antiword
CentOS
$ wget https://forensics.cert.org/cert-forensics-tools-release-el7.rpm $ sudo rpm -Uvh cert-forensics-tools-release*rpm $ sudo yum --enablerepo=forensics install antiword
Update the /opt/bitnami/apps/resourcespace/htdocs/include/config.php file by adding the line below to it:
$antiword_path='/usr/bin';
Restart Apache:
$ sudo /opt/bitnami/ctlscript.sh restart apache