Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 654 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 654 Bytes

UMH Datasource v2

What is UMH Datasource v2?

UMH Datasource v2 is a new version of the UMH Datasource, providing easier access to the data and a more user-friendly interface.

Getting started

  1. Install dependencies

    yarn install
  2. Build plugin in development mode or run in watch mode

    yarn dev

    or

    yarn watch
  3. Test with Docker

    docker run -d -p 3000:3000 -v <path-to-source>:/var/lib/grafana/plugins -e GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=umh-v2-datasource grafana/grafana
  4. Build plugin in production mode

    yarn build