- Get required files from the Installer Repo:
https://bitbucket.pcr.com/projects/PCR/repos/install360/browse/lib?at=refs%2Fheads%2Fcentos8
Install Java
dnf -y localinstall jdk-8u60-linux-x64.rpm ln -sfn /usr/java/jdk1.8.0_60/bin/java /usr/bin/java ls -la /usr/bin/java
Install the Crystal Reports
# extract the crystal library tar -xzvf crystal.tar.gz -C /var/www/pcr360/prod/external/ #set file permissions chmod 644 -R /var/www/pcr360/prod/external/crystal.jar /var/www/pcr360/prod/external/lib/ chmod 755 /var/www/pcr360/prod/external/lib # set file ownership chown -R ${APACHE_USER}:root /var/www/pcr360/prod/external/crystal.jar /var/www/pcr360/prod/external/lib/
General
Content
Integrations