Installation Procedure

To install the CUE User Manager on an Ubuntu or other Debian-based system, do the following:

  1. Log in as root.

  2. If necessary, add the CUE APT repository to your list of sources:

    # echo "deb https://user:password@apt.escenic.com code-name 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.

    • code-name is either a repository code name supplied to you by Stibo DX or, if no code name has been supplied, the default name stable. For further information, see Repository Code Names.

  3. Enter the following commands:

    # apt-get update
    # apt-get install cue-user-manager

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

# rpm -Uvh https://user:password:yum.escenic.com/rpm/cue-user-manager-1.6.2-3.x86_64.rpm

You should now have CUE User Manager installed. The next step is to secure it with TLS, see Secure all endpoints and then to integrate it with your IAM system, see the IAM Integration Guide. Finally, you must tell the other CUE components to use CUE User Manager instead of their default authentication procedures, see Configuring CUE Content Store to use CUE User Manager and Configuring CUE editor to use CUE User Manager