/search-management-map

Plan and manage search and rescue missions

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Search Management Map

A system for planning and managing searches. Define a search area and monitor progress in real time.

Getting Started

Prerequisites

  • python3 with venv and pip
  • postgresql with postgis

Fetching and start

git clone https://github.com/canterbury-air-patrol/search-management-map.git
cd search-management-map
./setup-venv.sh
# follow the instructions in the output from setup-venv.sh
./start-venv.sh

With Docker

git clone https://github.com/canterbury-air-patrol/search-management-map.git
cd search-management-map
docker-compose up

You can run the tests under docker with:

docker-compose run app ./docker/app/test.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.

Acknowledgements

Thanks to all the wonderful people who wrote, tested, and provided feedback on the libraries and applications we used to make this.