Ustawienie hasła roota w mysql
sudo mysql ALTER USER 'root’@’localhost’ IDENTIFIED WITH caching_sha2_password BY 'haslo’;
sudo mysql ALTER USER 'root’@’localhost’ IDENTIFIED WITH caching_sha2_password BY 'haslo’;
timedatectl list-timezones sudo timedatectl set-timezone Europe/Warsaw date
Instalacja docker, docker-compose, pip oraz git sudo apt updatesudo apt install docker.io docker-compose python-pip gitsudo usermod -a -G docker $USERsudo reboot Instalacja i uruchomienie WebODM git clone https://github.com/OpenDroneMap/WebODM –config core.autocrlf=input –depth 1cd WebODM./webodm.sh start http://nr-ip-servera:8000