Hey guys,
I am trying to run grafana on an Ubuntu OS through the CLI. I have installed it, even created my own plugin that is built, everything. But when I run grafana-server start
I get the error:
Grafana-server Init Failed: Could not find config defaults, make sure homepath command line parameter is set or working directory is homepath
I have then tried to set these paths manually by running:
sudo grafana-cli --config /usr/share/grafana/conf/grafana.ini
and:
sudo grafana-cli --homepath “/usr/share/grafana”
This just shows the help text and any subsequent attempts to run the server start command give the same results as before. As a new grafana developer is there something I am missing?