diff --git a/README.md b/README.md index 8a43ea3..ad1614f 100644 --- a/README.md +++ b/README.md @@ -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 ``` +2. Edit crontab for the collector.py + ```bash + */10 * * * * /usr/bin/python3 /opt/bgp-api/collector.py >/dev/null 2>&1 + ``` + ## Running the Application Once the configuration is complete, you can run the application using Gunicorn.