Status Application for Glider DAC
This repository contains the GliderDAC status page, NAVO harvesting, and code for generating profile images
Please do not file issues here, all GliderDAC related issues should be filed in the IOOS National Glider Data Assembly Center (V2) repository.
pip install -r requirements/dev.txt
cd web
yarn global add grunt-cli
yarn install
grunt
python app.py
from the root directory
http://localhost:4000
celery worker -A app.celery --loglevel=info
This will kick off tasks at regular intervals.
Tasks include get_dac_profile_plots and get_dac_status
celery beat -A app.celery --loglevel=info
Check out the docker-compose.yml file located at the root of this project
docker-compose up --build