Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

  1. Get required files from the Installer Repo:

    https://bitbucket.pcr.com/projects/PCR/repos/install360/browse/lib?at=refs%2Fheads%2Fcentos8

  2. 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
    
    
  3. 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/
  • No labels