Materials Studio 2019 on RHEL 8

Ante-install

sudo dnf install redhat-lsb-core audit-libs fontconfig freetype glibc keyutils-libs libcap-ng libcom_err libgcc libselinux libstdc++ libuuid libX11 libXau libxcb libXext libXpm libXrender nspr nss-softokn-freebl pam zlib shadow-utils libnsl tcsh

Post-install

cd /opt/BIOVIA/MaterialsStudio19.1/etc/Gateway
find . -type d -exec chmod 755 {} \;
find . -name *pl -exec chmod 755 {} \;
find . -name *pm -exec chmod 755 {} \;
find . -name *sbs -exec chmod 755 {} \;
echo -e "User biovia\nGroup biovia" >> ./configurations/default/conf/httpd.conf

Leave a Reply

Your email address will not be published. Required fields are marked *