Installing Asset Gateway for 64-bit Snap (Discontinued)

This page describes how to download and install the deviceWISE Asset Gateway 64-bit Snap product on Ubuntu Core 64-bit: https://ubuntu.com/core

  1. Log on to the Management Portal
  2. Navigate to Developers >> Resources
  3. Click on the appropriate build folder(if you are not sure, pick the latest available build. For example: 24.01).
  4. Navigate to Snap>>Linux-X64-Snap>>Asset_Gateway
  5. Click on deviceWISE_Asset_Gateway.Linux-X64-Snap.XXX (where XXX is the version of the Asset Gateway software you want to download). It will download the file to a temporary location on the computer.
  6. Copy the installation file to the device or virtual machine running Ubuntu Core 64-bit using the secure copy program scp(1), or an SCP-capable client such as WinSCP.
  7. After copying the file to the device or virtual machine, log on to the device or virtual machine with an account with root privileges using ssh(1) or an SSH client program such as PuTTY. Please refer to the distribution documentation for details or troubleshooting instructions.
    snap install --devmode deviceWISE_Asset_Gateway.Linux-X64-Snap.XXX.snap

If you encounter an error (error: cannot install snap file: experimental feature disabled - test it by setting 'experimental.layouts' to true) while installing the Snap on a Dell Edge Gateway 3001. Enable the experimental layouts feature by using the following command:

sudo snap set core experimental.layouts=true