sailoog / openplotter

Obsolete project. New one and active: https://github.com/openplotter
http://www.sailoog.com/openplotter
GNU General Public License v2.0
153 stars 53 forks source link

hard-coded referance to signalk-server location #235

Closed FredericGuilbault closed 5 years ago

FredericGuilbault commented 5 years ago

There is an hard-coded referance to the signalk. Openplotter arbitrary expect to find signalk-server in ~/.config/signalk-server-node witch is not a standard location.

In the documentation of signalK, the install command suggested is sudo npm install -g --unsafe-perm signalk-server

Which locate the executable at /usr/bin/signalk-server

It would be great to be able to set the path in openplotter.conf


https://github.com/SignalK/signalk-server-node/blob/master/raspberry_pi_installation.md

FredericGuilbault commented 5 years ago

1.7.x now have a variable in the config file to define the executable location. Closing.