briangann / grafana-gauge-panel

D3 Based Gauge Panel for Grafana 6.x and Higher
MIT License
57 stars 24 forks source link

for dumys but how to install #62

Closed syswombat closed 2 years ago

syswombat commented 3 years ago

Hello could you tell how to install the Plugin for dumys? on my Raspberry i have installed yarn with

apt install yarn

but then

yarn install 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

have a nice day vinc

briangann commented 3 years ago

it's best to install it like this:

grafana-cli plugins install briangann-gauge-panel

you can also download the zip file and extract it, and move into /var/lib/grafana/plugins If you want to build it from scratch, see https://github.com/briangann/grafana-gauge-panel#building

yarn
yarn build
cp -r dist /var/lib/grafana/plugins/briangann-gauge-panel
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions!

stale[bot] commented 2 years ago

This issue has been automatically closed, it has been stale for over 60 days. Feel free to re-open if needed. Thank you for your help!