Skip to content

OS-WASABI/CADG

Repository files navigation

CADG Centralized Aggregator and Dissemination Gateway

This is an open source solution for a FEMA IPAWS-like alert aggregator. Build Status

Table of Contents

Docker-Compose

The preferred and simplest Launch the application with Docker compose from the docker-cadg-compose directory with

docker-compose up

Install

On Ubuntu 18.04 LTS, run the following env-setup.sh to install all needed dependencies.

sudo ./env-setup.sh

Running

How to run individual modules.

REST-Server

From the rest-server directory

mkdir build
cd build
cmake -G "Unix Makefiles" ..
make
./cadg-rest-server

Testing

From the test directory

mkdir build
cd build
cmake -G "Unix Makefiles" ..
make
./runTests

Credits

Dev Name
Vaniya Agrawal
Ross Arcemont
Kristofer Hoadley
Shawn Hulce
Mike McCulley

About

Centralized Aggregator and Dissemination Gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6