Skip to content

nbnuk/alerts

 
 

Repository files navigation

ALA Alerts

This is a small app responsible for sending email alerts when there are changes detected to endpoint web services (subscriptions).

Build status

Build Status

Dev environment set up

  1. Install MySql
  2. Log in as root
  3. create user 'alerts_user'@'localhost' identified as 'alerts_user';
  4. grant all privileges on *.* to 'alerts_user'@'localhost';
  5. create database alerts
  6. Create /data/alerts/config/alerts-config.properties
  7. Use the template in ala-install to get the necessary values

Packages

No packages published

Languages

  • Groovy 94.3%
  • CSS 2.5%
  • Shell 1.5%
  • Other 1.7%