Home > cadors-parse

cadors-parse

Cadors-parse is a project mainly written in PYTHON and JAVASCRIPT, based on the MIT license.

Parse the Transport Canada Civil Aviation Daily Occurrence Reporting System National Report into an Atom feed

cp buildout.cfg.in buildout.cfg emacs buildout.cfg #Set configuration parameters python bootstrap.py ./bin/buildout ./bin/manage create_all -c etc/flask.cfg ./bin/manage load_aerodromes -c etc/flask.cfg ./bin/manage load_blacklist -c etc/flask.cfg

To start the development server:

./bin/manage runserver -c etc/flask.cfg -t 0.0.0.0

To start gunicorn:

./bin/gunicorn -c etc/gunicorn.cfg "cadorsfeed:create_app('etc/flask.cfg')"

Previous:Biodatacat_Code