Installation Procedure

To install CUE Semantic on an Ubuntu system, do the following:

  1. Log in as root.

  2. If necessary, add the Escenic apt repository to your list of sources:

    # echo "deb http://user:password@apt.escenic.com stable main non-free" >> /etc/apt/sources.list.d/escenic.list

    where user and password are your Escenic download credentials (the same ones you use to access the Escenic Maven repository). If you do not have any download credentials, please contact Escenic support.

  3. Enter the following commands:

    # apt-get update
    # apt-get install cue-semantic-enrichment-service-1.7.0-7
  4. If you intend to use the feedback service to return training data to the semantic analysis service, then you also need to enter:

    # apt-get install cue-semantic-feedback-service-1.7.0-7

On RedHat / CentOS systems, enter the following command as root:

# rpm -Uvh https://user:password:yum.escenic.com/rpm/cue-semantic-enrichment-service-1.7.0-7.x86_64.rpm

to install the main service, and if required:

# rpm -Uvh https://user:password:yum.escenic.com/rpm/cue-semantic-feedback-service-1.7.0-7.x86_64.rpm

to install the feedback service