Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update java requirements

Table of Contents
outlinetrue

...

Key DependencyDescription
PostgreSQL 9.x or Oracle DB 12DB server for storing/processing Canopy related data. Note that certain DB servers may require more resources.
Nginx 1.x or Apache 2.4/2.5Front end web server for serving the Canopy user interface
RabbitMQ Server 3.xBackend service for processing Canopy related tasks using the Celery framework
OpenJDK 8 JRE or Oracle Java 1. 8Java library runtime for document generation.

Platform installation guides

...

Canopy Document Server

As root:

  1. apt install softwareopenjdk-properties-common && add-apt-repository -y ppa:webupd8team/java && apt update && apt install oracle-java8-set-default8-jre
  2. apt install -f ./canopy-docserver_0.0.11_amd64.deb
  3. systemctl restart canopy-docserver

...

  1. Install libtidy5 yum install ./libtidy5-5.2.0-2.3.x86_64.rpm
  2. Install rabbitmq-server package:
    1. On Centos you can install the epel-release package and the Canopy installation will source the correct depedencies.
    2. On RHEL/OEL you can either install epel-release or install rabbitmq-server from some other source.
  3. Copy Canopy license file to /etc/canopy/license
  4. Install Canopy yum install ./canopy-3.0.0-1.el7.centos.x86_64.rpm
  5. Setup a Database and Reverse proxy via steps in 110723107 section.

Canopy Document Server

  1. Install Oracle Java 8.
    yum install java-1.8.0-openjdk.x86_64
  2. Install Canopy docserver yum install ./canopy-docserver-0.0.12-1.el7.centos.x86_64.rpm
  3. systemctl restart canopy-docserver

...

Anchor
configuration
configuration
Configuration

...