Install Fridge

To install the Fridge on Ubuntu 18.04:

  1. Enter the following commands:

    curl --silent https://apt.escenic.com/repo.key | sudo apt-key add -
    sudo echo "deb http://user:pass@apt.escenic.com stable main non-free" > /etc/apt/sources.list.d/escenic.list
    sudo apt-get update
    sudo apt-get install -y escenic-fridge

    where user and pass are your credentials for accessing the CCI Europe APT repository. If you do not have any such credentials, please contact Escenic Support.

  2. Configure the Fridge as described in Configuring Fridge.

  3. Start the Fridge by entering:

    fridge -c /etc/escenic/fridge-config.yaml

You should now be abe to find the Fridge by starting a browser and visiting http://localhost:8104 (assuming you have specified 8104 as the Fridge's listen port – see Configuring Fridge).

Note that you can override Fridge's configuration file settings using command line options. To list the available command line options, enter:

fridge -h