OpenPlotter app to manage Signal K notifications
Install openplotter-settings for production.
Install Notifications from openplotter-settings app.
Install openplotter-notifications dependencies:
sudo apt install openplotter-settings openplotter-signalk-installer python3-websocket
Clone the repository:
git clone https://github.com/openplotter/openplotter-notifications
Make your changes and create the package:
cd openplotter-notifications
dpkg-buildpackage -b
Install the package:
cd ..
sudo dpkg -i openplotter-notifications_x.x.x-xxx_all.deb
Run post-installation script:
sudo notificationsPostInstall
Run:
openplotter-notifications
Pull request your changes to github and we will check and add them to the next version of the Debian package.