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 8 Next »

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