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.
- python3 with venv and pip
- postgresql with postgis
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
Refer to Django mod_wsgi documentation
See the list of contributors.
This project is licensed under GNU GPLv2 see the LICENSE.md file for details.