Old-style Installation

Installing the Widget Framework involves the following steps:

  1. Log in as escenic on your assembly-host.

  2. Download the Widget Framework distribution from the Escenic software repository. If you have a multi-host installation with shared folders as described in the Escenic Content Engine Installation Guide, then it is a good idea to download the distribution to your shared /mnt/download folder:

    $ cd /mnt/download
    $ wget https://user:password@maven.escenic.com/com/escenic/plugins/widget-framework/widget-framework/4.6.0-3/widget-framework-4.6.0-3.zip

    Otherwise, download it to some temporary location of your choice.

  3. If the folder engine-installation/plugins does not already exist, create it:

    $ mkdir engine-installation/plugins
  4. Unpack the downloaded distribution file:

    $ cd engine-installation/plugins
    $ unzip /mnt/download/widget-framework-4.6.0-3.zip