Skip to content

canterbury-air-patrol/flight-safety-system-web

Repository files navigation

Flight Safety System - Web Frontend

The web frontend for Flight Safety System which shows the current status of known assets and allows safety critical commands to be sent to them.

Getting Started

Prerequisites

  • python3 with venv and pip
  • postgresql with postgis

Fetching and start

git clone https://github.com/canterbury-air-patrol/flight-safety-system-web.git
cd flight-safety-system-web
./setup.sh
# follow the instructions in the output from setup.sh
./start.sh

Deploying

Refer to Django mod_wsgi documentation

Authors

See the list of contributors.

License

This project is licensed under GNU GPLv2 see the LICENSE.md file for details.