divinity666 / ruby-grafana-reporter

Reporting Service for Grafana
MIT License
66 stars 5 forks source link

How to install on Windows? #17

Closed ECONOS closed 1 year ago

ECONOS commented 2 years ago

Hi,

I have followed the instruction to download the .exe file.

After downloading it, I double click, an empty command prompt came out and disappered.

Open Powershell type: ruby-grafana-reporter -w Open cmd type: ruby-grafana-reporter -w

Both came out: 'ruby-grafana-reporter' is not recognized as an internal or external command, operable program or batch file.

Need advise on this. Or is there a video demonstrating on the installation process for windows?

emanzx commented 2 years ago

I would go with linux on windows. you can install WSL and install any linux variant, i recommend ubuntu and just apt-get install ruby then gem install ruby-grafana-reporter. notes on how to setup WSL https://docs.microsoft.com/en-us/windows/wsl/install once you have any linux on windows, you can just run normally follow the linux guide.

divinity666 commented 2 years ago

Hi ECONOS, this is a strange behavior. Are you sure that you tried calling the exe from the correct folder (maybe a stupid question...)? Are you sure the exe file you downloaded is exactly named like that? Maybe your exe is simply named like e.g. ruby-grafana-reporter-0.5.0.exe (needs to match your .exe file) instead?

divinity666 commented 1 year ago

closing due to missing feedback