Cerbero is a protocol services monitoring system that is responsible for verifying the proper functioning of the institution's protocol services. Can do reviews of http/s, tcp, icmp, dns, tfprotocol services
Bitcoin Wallet 🪙 : 129ziaFyteW1rGzTcjcPD644fn4RC9ayh9
1 - You need to have Python version 3.9 or higher
2 - Create the virtual environment
python3 -m venv venv
3 - Activate virtualenv
source venv/bin/activate
cd venv/scripts/activate
4 - Installing project dependencies
pip install -r requirements.txt
5 - create migrations, migrate, createsuperadmin and runserver project
# migrations
python3 manage.py makemigrations
# migrate
python3 manage.py migrate
# createsuperuser
python3 manage.py createsuperuser
# runserver
python3 manage.py runserver
celery
celery -A cerbero worker -l info --pool=solo
celery -A cerbero worker -l info