GBIFes / alerts

Alerts services

Home Page:https://alerts.ala.org.au

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Alerts services

https://alerts.ala.org.au

License:Other


Languages

Language:Groovy 94.5%Language:CSS 2.4%Language:Shell 1.5%Language:Batchfile 0.8%Language:Java 0.5%Language:JavaScript 0.3%