Application to notify IotVegaServer users about an alarm event.
- Install the docker.io
-
sudo apt-get install docker.io -
sudo usermod -aG docker YourUser -
newgrp docker
-
Run Docker IotVegaNotifier
docker run -it -d -p 5060:5060 --restart=always --name iotveganotifier vegaabsolute/iotveganotifier -
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
- Install the docker.io
-
sudo apt-get install docker.io -
sudo usermod -aG docker YourUser -
newgrp docker
- Make git clone IotVegaNotifier application
git clone https://github.com/VegaAbsolute/IotVegaNotifier.git - Go to the folder with the application
cd IotVegaNotifier - Build
docker build -t ivn . - Run Docker IotVegaNotifier
docker run -it -d -p 5060:5060 --restart=always --name iotveganotifier ivn:latest - 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