Skip to content

Application to notify IotVegaServer users about an alarm event.

License

Notifications You must be signed in to change notification settings

VegaAbsolute/IotVegaNotifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IotVegaNotifier

Application to notify IotVegaServer users about an alarm event.

Quick start

  1. Install the docker.io
  • sudo apt-get install docker.io

  • sudo usermod -aG docker YourUser

  • newgrp docker

  1. Run Docker IotVegaNotifier docker run -it -d -p 5060:5060 --restart=always --name iotveganotifier vegaabsolute/iotveganotifier

  2. Configure IotVegaNotifier

  • Open the console docker exec -it iotveganotifier bash

  • Go to the folder with the application cd IotVegaNotifier

  • Open the application configuration file for editing. nano config.ini

  • Restart the application IotVegaNotifier pm2 restart 0

To exit the console, press CTRL+D

Self-build docker

  1. Install the docker.io
  • sudo apt-get install docker.io

  • sudo usermod -aG docker YourUser

  • newgrp docker

  1. Make git clone IotVegaNotifier application git clone https://github.com/VegaAbsolute/IotVegaNotifier.git
  2. Go to the folder with the application cd IotVegaNotifier
  3. Build docker build -t ivn .
  4. Run Docker IotVegaNotifier docker run -it -d -p 5060:5060 --restart=always --name iotveganotifier ivn:latest
  5. Configure IotVegaNotifier
  • Open the console docker exec -it iotveganotifier bash

  • Go to the folder with the application cd IotVegaNotifier

  • Open the application configuration file for editing. nano config.ini

  • Restart the application IotVegaNotifier pm2 restart 0

To exit the console, press CTRL+D

About

Application to notify IotVegaServer users about an alarm event.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published