ftracker/README.md

48 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2020-12-05 16:21:21 +01:00
# FaSTTUBe Corona Tracker
2020-11-24 20:46:30 +01:00
2020-12-03 21:33:23 +01:00
Small webapp to track who was in which room at which time to backtrace
potential viral infections.
2020-11-24 21:17:54 +01:00
2020-12-05 16:21:21 +01:00
For Ideas, Progress, and Bugs visit
[Issues](https://git.fasttube.de/FaSTTUBe/ftracker/issues).
2020-11-24 22:50:17 +01:00
2020-12-03 21:32:49 +01:00
## Requirements
- Unixoid system (linux, BSD, macOS). Windows might also work.
- `python` 3.6+ (might be `python3` on your system)
- `pip` for python 3+ (might be `pip3` on your system)
## How to run
2020-12-05 16:21:21 +01:00
(Dev setup, for prod deployment see below)
```bash
# clone, cd into repo
2020-12-03 21:32:49 +01:00
pip install -e .
python3 -m ftracker
```
Edit `config.ini` to tune your installation (see
[INSTALL.md #customization](https://git.fasttube.de/FaSTTUBe/ft-corona-tracker/src/branch/master/INSTALL.md#customization)
for customization options).
2020-12-03 21:32:49 +01:00
2020-12-05 16:21:21 +01:00
Then, point your browser at <http://localhost:5000/>.
2020-12-03 21:32:49 +01:00
## Installation/Deployment
See
[INSTALL.md](https://git.fasttube.de/FaSTTUBe/ft-corona-tracker/src/branch/master/INSTALL.md)
2020-12-03 21:32:49 +01:00
2020-12-05 19:26:02 +01:00
## Open Sources
This project uses the `QRCode.js` library (Copyright (C) 2012 davidshimjs)
licensed under the MIT License, see `web/qrcodejs/LICENSE`. Thanks!
## License
2020-12-05 19:26:02 +01:00
FTracker is licensed under the GNU GPL v3 license, see
2020-12-03 21:33:23 +01:00
[LICENSE.md](https://git.fasttube.de/FaSTTUBe/ft-corona-tracker/src/branch/master/LICENSE.md)
for details.
2020-11-24 22:41:26 +01:00
Copyright (C) 2020 Oskar/FaSTTUBe