This is an open source solution that can be run on commodity hardware to allow alert originators to easily interface to FEMA IPAWS.
The preferred and simplest Launch the application with Docker compose from the docker-aoi-compose directory with
docker-compose up
On Ubuntu 18.04 LTS, run the following env-setup.sh to install all needed dependencies.
sudo ./env-setup.sh
How to run individual modules.
From the rest-server directory
mkdir build
cd build
cmake -G "Unix Makefiles" ..
make
./cadg-rest-server
From the test directory
mkdir build
cd build
cmake -G "Unix Makefiles" ..
make
./runTests
Dev | Name |
---|---|
Vaniya Agrawal | |
Ross Arcemont | |
Kristofer Hoadley | |
Shawn Hulce | |
Mike McCulley |