Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install note issues #61

Open
galmok opened this issue Jul 25, 2019 · 1 comment
Open

Install note issues #61

galmok opened this issue Jul 25, 2019 · 1 comment

Comments

@galmok
Copy link

galmok commented Jul 25, 2019

There are a few issues with the directions given in the readme file:

sudo apt install python3 python3-pathlib python3-pip python3-influxdb

should be (mentioned in a different ticket as well):

sudo apt install python3 python-pathlib python3-pip python3-influxdb

In this block:

apt install npm
cd /var/lib/grafana/plugins
git clone https://github.com/lephisto/grafana-trackmap-panel
cd grafana-trackmap-panel
git checkout v2.0.4-teslascraper
npm install
npm run build

All commands should be prefixed with sudo.
The folder /var/lib/grafana/plugins does not exit and has to be manually created. I did so:

sudo mkdir /var/lib/grafana/plugins
sudo chown grafana.grafana /var/lib/grafana/plugins
@ddaddy
Copy link

ddaddy commented Jul 25, 2019

Thanks. The trackman instructions got my map working.
Although sudo cd doesn't work, so I had to sudo -i to elevate the commands up to super user, then just run the commands without sudo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants