This is a small app responsible for sending email alerts when there are changes detected to endpoint web services (subscriptions).
- Install MySql
- Log in as root
create user 'alerts_user'@'localhost' identified as 'alerts_user';grant all privileges on *.* to 'alerts_user'@'localhost';create database alerts- Create /data/alerts/config/alerts-config.properties
- Use the template in ala-install to get the necessary values