Update README.md

This commit is contained in:
gru 2025-02-23 00:42:57 +01:00
parent dd836b1500
commit 1efc3341b4

@ -1,21 +1,20 @@
# RouterOS backup system # RouterOS backup system
#. Instalation: # Instalation:
- clone (to ex. /opt/hosts_app) - clone (to ex. /opt/hosts_app)
- create venv - create venv
- install requirements via pip - install requirements via pip
- copy systemd service (hosts_app.service) - copy systemd service (hosts_app.service)
#. Start # Start
- edit gunicorn_config.py and set listen IP - edit gunicorn_config.py and set listen IP
- systemctl start hosts_app.service - systemctl start hosts_app.service
- go to http://IPADDRESS:8888 - go to http://IPADDRESS:8888
#. Register, Login # Register, Login
#. Configure devices, /etc/hosts # Configure devices, /etc/hosts
#. Done
# Authors # Authors