Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 765 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 765 Bytes

dojot Graphical Management Interface

This package implements a WEB user interface for the management and configuration of the dojot's basic functionality.

Build

To generate a production-ready version of the interface, run the commands below.

npm install
npm run build

Development

To setup a development server environment, run the commands below.

npm install
npm run watch

Docker

From a clean environment, the following commands create a new docker image capable of serving the user interface.

npm install
npm run build
docker build -f docker/Dockerfile -t [tag name] .

To run the created image:

docker run -d [-n name] <tag name>