Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  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

    Code Block
    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

    Code Block
    # 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/