Install CUE Packages

To install the required CUE packages on your assembly-host, log in as root and perform the following steps:

  1. If necessary, add the Escenic repository signing key to your machine's keyring:

    # curl --silent https://apt.escenic.com/repo.key | apt-key add -
  2. Add the current version repository name to your list of sources.

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

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

  3. Update your package lists and install the Content Store and the CUE scripts:

    # apt-get update
    # apt-get install escenic-content-engine
    # apt-get install escenic-content-engine-updater
    # apt-get install plug-in-packages

    where plug-in-packages is a list of any CUE plug-in packages that you want to install together with the Content Store.

  4. Change the owner of the assembly tool that has been installed (as part of the escenic-content-engine-updater-7.0 package) to escenic:

    # chown escenic /usr/share/escenic/escenic-assemblytool-at-version/

    where at-version is the version number of the installed assembly tool.

At multi-host installations you need to repeat this installation on all your engine-hosts. To do this, log in as root on each host and enter the following commands:

# echo "deb http://user:password@apt.escenic.com aluminium main non-free" >> /etc/apt/sources.list.d/escenic.list
# curl --silent http://apt.escenic.com/repo.key | apt-key add -
# apt-get update
# apt-get install escenic-content-engine
# apt-get install escenic-content-engine-updater
# apt-get install plug-in-packages
# chown escenic /usr/share/escenic/escenic-assemblytool-at-version/

The commands you need to use to install these packages on RedHat / CentOS systems are:

# rpm -Uvh https://user:password:yum.escenic.com/rpm/escenic-content-engine-7.0-7.3.4-1.x86_64.rpm
# rpm -Uvh https://user:password:yum.escenic.com/rpm/escenic-content-engine-updater-7.0-7.3.4-1.x86_64.rpm

where version is the correct version number of the package.