Versions Compared

Key

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


  2. 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/lilib
    
    # set file ownership
    chown -R ${APACHE_USER}:root /var/www/pcr360/prod/external/crystal.jar /var/www/pcr360/prod/external/lib/