Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 851 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 851 Bytes

EdgeX UI Snap

edgex-ui

This directory contains the snap packaging of the EdgeX UI.

The snap is built automatically and published on the Snap Store as edgex-ui.

For usage instructions, please refer to EdgeX UI section in Getting Started using Snaps.

Build from source

Execute the following command from the top-level directory of this repo:

snapcraft

This will create a snap package file with .snap extension. It can be installed locally by setting the --dangerous flag:

sudo snap install --dangerous <snap-file>

The snapcraft overview provides additional details.