Update README.md
This commit is contained in:
parent
16bbfaf084
commit
ec1f1b2a5e
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue