Update README.md

This commit is contained in:
Blackwhitebear8 2025-09-17 20:02:40 +02:00
parent 16bbfaf084
commit ec1f1b2a5e

View file

@ -60,6 +60,11 @@ Next, configure the application itself.
apt install -y gunicorn python3 python3-jinja2 python3-flask python3-gunicorn python3-dotenv python3-requests python3-matplotlib python3-networkx apt install -y gunicorn python3 python3-jinja2 python3-flask python3-gunicorn python3-dotenv python3-requests python3-matplotlib python3-networkx
``` ```
2. Edit crontab for the collector.py
```bash
*/10 * * * * /usr/bin/python3 /opt/bgp-api/collector.py >/dev/null 2>&1
```
## Running the Application ## Running the Application
Once the configuration is complete, you can run the application using Gunicorn. Once the configuration is complete, you can run the application using Gunicorn.